代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/128962/5978723
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/128962/5978735
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/128552/5982828
cpp ip.cpp
// IP.cpp : implementation file
//
#include "stdafx.h"
#include "TCPIPplugin.h"
#include "IP.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#e
www.eeworm.com/read/128552/5982836
h ip.h
#if !defined(AFX_IP_H__3BD965F0_A72E_491A_ABAD_EAF6B76921C9__INCLUDED_)
#define AFX_IP_H__3BD965F0_A72E_491A_ABAD_EAF6B76921C9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 10
www.eeworm.com/read/128552/5982917
h ip.h
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permi
www.eeworm.com/read/128552/5982921
h ip.h
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permi
www.eeworm.com/read/128552/5982937
c ip.c
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitte
www.eeworm.com/read/127705/6001812
h ip.h
/* $Id: ip.h,v 1.2 1996/01/16 14:22:14 chris Exp $ */
/*
* Copyright (c) 1982, 1986 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/126641/6015776
c ip.c
#include "tunala.h"
#ifndef NO_IP
#define IP_LISTENER_BACKLOG 511 /* So if it gets masked by 256 or some other
such value it'll still be respectable */
/* Any IP-related initialisations. For
www.eeworm.com/read/125688/6022927
h ip.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve