代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/283700/8995359
o ip.o
www.eeworm.com/read/283667/8999482
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/283667/8999487
c ip.c
#include "..\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_SUPPORT
static unsigned long
www.eeworm.com/read/382761/9001652
cpp ip.cpp
#include
#include
#include
#include
//定义IP信息的数据格式
typedef struct tagIPINFO()
{ u_char Ttl; // 生存时间
u_char Tos; // 服务类型
u_char IPFlags; //
www.eeworm.com/read/382761/9001905
cpp ip.cpp
#include
#include
#include
#define ICMP_ECHO 8
/*定义IP报头数据结构*/
typedef struct iphdr {
unsigned char verlen; //头的版本和长度
unsigned char tos; //
www.eeworm.com/read/382649/9007402
h ip.h
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/382649/9007644
h ip.h
/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.12 2007-09-14 01:29:28 guy Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
www.eeworm.com/read/382634/9012007
gif ip.gif
www.eeworm.com/read/382533/9022904
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/382516/9023380
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 Gener