代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/122768/14669018
cfg cap_ip.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/222590/14684642
c ip_output.c
/* ip_output.c - internet output routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1990, 1993
* The Regents of the Univ
www.eeworm.com/read/222590/14684645
c raw_ip.c
/* rawip.c - raw interface to IP protocol */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993, 1995
* The Regents of the Univ
www.eeworm.com/read/222590/14684657
c ip_mroute.c
/* ip_mroute.c - internet multicast routing routines */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Stephen Deering
* Copyright (c) 1992,
www.eeworm.com/read/222590/14684734
c ip_icmp.c
/* ip_icmp.c - internet ICMP routines */
/* Copyright 1984 - 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University o
www.eeworm.com/read/222590/14684767
c ip_input.c
/* ip_input.c - internet input routines */
/* Copyright 1984 - 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University
www.eeworm.com/read/221796/14721336
c nat_ip.c
/* nat_ip.c */
/* Copyright 2000-2003 Wind River Systems, Inc. */
/* @format.tab-size 4, @format.use-tabs true, @format.new-line lf */
/*
modification history
--------------------
01b,23apr03,zhu
www.eeworm.com/read/121395/14757654
h ip6.h
#ifndef IP6_H
#define IP6_H
extern unsigned int ip6_scan(const char *src,char *ip);
extern unsigned int ip6_fmt(char *dest,const char *ip);
extern unsigned int ip6_scan_flat(const char *src,char *);
www.eeworm.com/read/121395/14757672
h ip4.h
#ifndef IP4_H
#define IP4_H
extern unsigned int ip4_scan(const char *src,char *ip);
extern unsigned int ip4_fmt(char *dest,const char *ip);
#define IP4_FMT 20
#endif
www.eeworm.com/read/121395/14757682
c dns_ip.c
#include "stralloc.h"
#include "uint16.h"
#include "byte.h"
#include "dns.h"
int dns_ip4_packet(stralloc *out,const char *buf,unsigned int len)
{
unsigned int pos;
char header[12];
uint16 numan