代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/217145/14977088
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/217145/14977102
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/116002/14993396
h tcp_ip.h
/***********************************************************************/
/* */
/* Module: tcp_ip.h
www.eeworm.com/read/116002/14993425
c tcp_ip.c
/***********************************************************************/
/* */
/* Module: tcp_ip/tcp_ip.c
www.eeworm.com/read/215930/15033237
gif icon_ip.gif
www.eeworm.com/read/215653/15055108
pas cap_ip.pas
unit cap_ip;
interface
uses
Windows, Messages,Classes,winsock,sysutils,dialogs;
const
WM_CapIp = WM_USER + 200;
STATUS_FAILED =$FFFF; //定义异常出错代码
MAX_PACK_LEN =6
www.eeworm.com/read/215440/15061146
proxyarp ip-up.proxyarp
#!/bin/sh
# ip-up
umask 022
PATH=/sbin:/bin:/usr/sbin:/usr/bin
# just a logging example
now=`date "+%b %d %T"`
echo "$now UP $*" >>
www.eeworm.com/read/215440/15061148
generic ip-down.generic
#!/bin/sh
# ip-down #
# Sample of the ip-down script.
# This is called with the same arguments as ip-up after the device was
# closed. It
www.eeworm.com/read/215440/15061149
soho ip-down.soho
#!/bin/sh
# ip-down
# This script is called with the same arguments as ip-up
# after the interface goes down.
umask 022
PATH=/sbin:/bin: