XINU
|
Internet Protocol version 4 (IPv4)に関する定数。 More...
Go to the source code of this file.
Data Structures | |
struct | iqentry |
ipout(IP送信)プロセスを待機している送信用IPパケットのキュー More... | |
Macros | |
#define | IP_ALLZEROS 0x00000000 |
全てゼロのIPアドレス。 More... | |
#define | IP_ASIZE 4 |
IPアドレスのバイト数 More... | |
#define | IP_BCAST 0xffffffff |
IPローカルブロードキャストアドレス。 More... | |
#define | IP_HDR_LEN 20 |
IPヘッダのバイト数。 More... | |
#define | IP_ICMP 1 |
IP向けのICMPプロトコルタイプ More... | |
#define | IP_OQSIZ 8 |
IPアウトプットキューのサイズ More... | |
#define | IP_THIS 0xffffffff |
「このホスト」のソースIPアドレス。 More... | |
#define | IP_UDP 17 |
IP向けのUDPプロトコルタイプ More... | |
#define | IP_VH 0x45 |
「IPバージョン」および「HDRの長さ」 More... | |
Variables | |
struct iqentry | ipoqueue |
ネットワーク送信キュー More... | |
Internet Protocol version 4 (IPv4)に関する定数。
Definition in file ip.h.
#define IP_BCAST 0xffffffff |
IPローカルブロードキャストアドレス。
Definition at line 7 of file ip.h.
Referenced by arp_resolve(), getlocalip(), ip_in(), ip_send(), and ipout().
#define IP_HDR_LEN 20 |
IPヘッダのバイト数。
Definition at line 20 of file ip.h.
Referenced by icmp_in(), icmp_mkpkt(), icmp_recv(), ip_in(), ip_out(), and pdumph().
#define IP_ICMP 1 |
IP向けのICMPプロトコルタイプ
Definition at line 14 of file ip.h.
Referenced by icmp_mkpkt(), ip_in(), ip_local(), ip_out(), pdump(), and pdumph().
#define IP_OQSIZ 8 |
#define IP_UDP 17 |
IP向けのUDPプロトコルタイプ
Definition at line 16 of file ip.h.
Referenced by ip_in(), ip_local(), ip_out(), pdump(), pdumph(), udp_send(), and udp_sendto().
struct iqentry ipoqueue |