代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/452383/7115425
tcp-ip
www.eeworm.com/read/285821/7115444
o ip.o
www.eeworm.com/read/285821/7115469
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;
u
www.eeworm.com/read/285821/7115514
c ip.c
/****************************************************************
* ARMSYS7 S3C44B0X developer's notes *
****************************************************************
1. 2005.5.17::
www.eeworm.com/read/464545/7156234
h ip.h
/*
* Copyright (c) 2003 Electric Application Laboratory of NAN KAI University
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* ar
www.eeworm.com/read/464545/7156238
c ip.c
/*
* Copyright (c) 2003 Electric Application Laboratory of NAN KAI University
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* ar
www.eeworm.com/read/464545/7156257
lst ip.lst
C51 COMPILER V7.20 IP 12/25/2007 10:53:00 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN .\IP
www.eeworm.com/read/464545/7156258
obj ip.obj
www.eeworm.com/read/464227/7167378
h ip.h
#ifndef _IP_H_
#define _IP_H_
#include
#define IP_V4 0x40
#define IP_HEADER_LENGTH 0x05
#define IP_PROTOCOL_ICMP 0x01
#define IP_PROTOCOL_TCP 0x06
#define IP_PROTOCOL_UDP 0x11
#define
www.eeworm.com/read/464227/7167382
c ip.c
/*
,-----------------------------------------------------------------------------------------.
| net/ip
|-----------------------------------------------------------------------------------------
| thi