代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/321528/13403544
o ip.o
www.eeworm.com/read/321528/13403573
o ip.o
www.eeworm.com/read/321526/13403609
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/321526/13403613
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/321045/13412963
m ip.m
% By Sherif A. Tawfik, Faculty of Engineering, Cairo University
% [x,val,status]=IP1(f,A,b,Aeq,beq,lb,ub,M,e)
% this function solves the following mixed-integer linear programming problem
% min f
www.eeworm.com/read/320523/13424824
gif ip.gif
www.eeworm.com/read/320475/13426352
h ip.h
#ifndef __IP_H
#define __IP_H
#define UDP 0x11
/*
* This structure defines an ip header.
*/
struct iphdr {
unsigned char ihl:4,
version:4;
unsigned char tos;
unsigned short
www.eeworm.com/read/320475/13426354
c ip.c
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
static unsigned long local_ip = 0;
unsigned short ip_fast_csum(unsigned char * iph, unsigned int ihl)
{
unsigned int sum, tmp1;
__a
www.eeworm.com/read/319520/13449121