代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4881190
h ip_icmp.h
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
www.eeworm.com/read/216802/4885218
h ip_icmp.h
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
www.eeworm.com/read/216781/4888445
h ip6.h
struct ip6_hdr {
union {
struct ip6_hdrctl {
uint32_t ip6_un1_flow; /* 24 bits of flow-ID */
uint16_t ip6_un1_plen; /* payload length */
uint8_t ip6_un1_nxt; /* next he
www.eeworm.com/read/216450/4894943
8 serial-ip.8
.TH SERIAL-IP 8
.SH NAME
serial-ip \- Serial IP (SLIP or PPP) setup
.SH DESCRIPTION
.de SP
.if t .sp 0.4
.if n .sp
..
\-\-\-\-\-\-\-
.br
.B Note:
This text and the serial IP code is not finished. Cod
www.eeworm.com/read/216450/4895359
h ip_hdr.h
/*
server/ip/gen/ip_hdr.h
*/
#ifndef __SERVER__IP__GEN__HDR_H__
#define __SERVER__IP__GEN__HDR_H__
typedef struct ip_hdr
{
u8_t ih_vers_ihl,
ih_tos;
u16_t ih_length,
ih_id,
ih_flags_fragoff;
www.eeworm.com/read/216450/4895373
h ip_io.h
/*
server/ip/gen/ip_io.h
*/
#ifndef __SERVER__IP__GEN__IP_IO_H__
#define __SERVER__IP__GEN__IP_IO_H__
typedef struct nwio_ipconf2
{
u32_t nwic_flags;
ipaddr_t nwic_ipaddr;
ipaddr_t nwic_netmask;
www.eeworm.com/read/216450/4895430
c ip_write.c
/*
ip_write.c
Copyright 1995 Philip Homburg
*/
#include "inet.h"
#include "buf.h"
#include "event.h"
#include "type.h"
#include "arp.h"
#include "assert.h"
#include "clock.h"
#include "eth.h"
#incl
www.eeworm.com/read/216450/4895437
h ip_int.h
/*
ip_int.h
Copyright 1995 Philip Homburg
*/
#ifndef INET_IP_INT_H
#define INET_IP_INT_H
#define IP_FD_NR (8*IP_PORT_MAX)
#define IP_ASS_NR 3
#define IP_42BSD_BCAST 1 /* hostnumber 0 is also netw
www.eeworm.com/read/216450/4895443
c ip_lib.c
/*
ip_lib.c
Copyright 1995 Philip Homburg
*/
#include "inet.h"
#include "buf.h"
#include "event.h"
#include "type.h"
#include "assert.h"
#include "io.h"
#include "ip_int.h"
THIS_FILE
PUBLIC ipadd
www.eeworm.com/read/216450/4895447
c ip_ps.c
/*
generic/ip_ps.c
pseudo IP specific part of the IP implementation
Created: Apr 23, 1993 by Philip Homburg
Copyright 1995 Philip Homburg
*/
#include "inet.h"
#include "assert.h"
#include "type.h"