代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/317454/13504637
gif ip.gif
www.eeworm.com/read/316505/13521915
h ip.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/316502/13521989
o ip.o
www.eeworm.com/read/316500/13522015
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 c
www.eeworm.com/read/316428/13522818
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/316428/13522822
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/316310/13525462
c ip.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/316310/13525463
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/316280/13526387
h ip.h
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod