代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/245098/12823635
c ip.c
/*
* Boa, an http server
* Copyright (C) 1999 Larry Doolittle
* Copyright (C) 2000-2003 Jon Nelson
*
* This program is free software; you can redistribute
www.eeworm.com/read/245098/12823648
o ip.o
www.eeworm.com/read/143808/12841862
gif ip.gif
www.eeworm.com/read/143516/12868898
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/143516/12868916
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
www.eeworm.com/read/143485/12871598
gif ip.gif
www.eeworm.com/read/143390/12878796
h ip.h
#ifndef __IP_H
#define __IP_H
#define UDP 0x11
#define ICMP 0x01
/*
* This structure defines an ip header.
*/
__packed struct iphdr {
unsigned ihl:4,
version:4;
unsigned char tos;
unsig
www.eeworm.com/read/143390/12878881
c ip.c
#include "../../inc/config.h"
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "arp.h"
#include "icmp.h"
#include "udp.h"
#include "utils.h"
#ifdef TFTP_DOWNLOAD_SUPPORT
stat
www.eeworm.com/read/143390/12878958
o ip.o
www.eeworm.com/read/143390/12879001