代码搜索:IP Modem

找到约 10,000 项符合「IP Modem」的源代码

代码结果 10,000
www.eeworm.com/read/302441/13835544

c ip.c

/***************************************************************************** ; ; Project : Edimax ; Creator : ; File : ip.c ; Abstract: defines the specific items that loader nedded.
www.eeworm.com/read/302441/13835590

c ip.c

/***************************************************************************** ; ; (C) Unpublished Work of ADMtek Incorporated. All Rights Reserved. ; ; THIS WORK IS AN UNPUBLISHED WORK AND C
www.eeworm.com/read/302364/13837089

h ip.h

#ifdef IP_GLOBALS #define IP_EXT #else #define IP_EXT extern #endif #ifdef Big_End union w { uint32 dwords; struct {uint16 high ;uint16 low;}words; struct {ui
www.eeworm.com/read/302364/13837093

c ip.c

#define IP_GLOBALS #include "Config.h" #include "../include/cfg_net.h" OS_EVENT *RecIcmpQFlag; OS_EVENT *RecTcpQFlag; OS_EVENT *RecUdpQFlag; OS_EVENT *SendFlag; Rec_Ptr RECQ
www.eeworm.com/read/301906/13846368

aspx ip.aspx


www.eeworm.com/read/301592/13855583

mdb ip.mdb

www.eeworm.com/read/300969/13876580

h ip.h

/* ip.h */ #ifndef INET_IP_H #define INET_IP_H #define IP0 0 /* Prototypes */ struct acc; void ip_init ARGS(( void )); int ip_open ARGS(( int port, int srfd, struct acc *(*get_us
www.eeworm.com/read/300969/13876593

c ip.c

/* ip.c */ #include "inet.h" #include "buf.h" #include "type.h" #include "arp.h" #include "assert.h" #include "clock.h" #include "eth.h" #include "icmp.h" #include "icmp_lib.h" #includ
www.eeworm.com/read/136002/13879960

cpp ip.cpp

#include "stdafx.h" #include #include "dibapi.h" // Definitions required for convolution image filtering #define KERNELCOLS 3 #define KERNELROWS 3 #define KERNELELEMENTS (KERNELCOLS
www.eeworm.com/read/238485/13882665

h ip.h

#ifndef IP_H #define IP_H struct ip_address { unsigned char d[4]; } ; extern unsigned int ip_fmt(); #define IPFMT 19 extern unsigned int ip_scan(); extern unsigned int ip_scanbracket(); #endif