代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/345636/11799471
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/345636/11799485
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/156318/11811958
jpg ip.jpg
www.eeworm.com/read/156223/11819294
gif ip.gif
www.eeworm.com/read/156052/11832680
gif ip.gif
www.eeworm.com/read/258856/11836359
frx ip.frx
www.eeworm.com/read/258856/11836631
frm ip.frm
VERSION 5.00
Begin VB.Form IP
AutoRedraw = -1 'True
Caption = "Form2"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth
www.eeworm.com/read/258843/11838418
c ip.c
/*
* Boa, an http server
* Copyright (C) 1999 Larry Doolittle
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/345059/11841856
h ip.h
#ifndef _IP_H
#define _IP_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _INTERNET_H
#in
www.eeworm.com/read/345059/11841872
c ip.c
#undef SIM
/* Upper half of IP, consisting of send/receive primitives, including
* fragment reassembly, for higher level protocols.
* Not needed when running as a standalone gateway.
*/
#inclu