ipv4.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 162 | 26% |
空行行数 | 93 | 15% |
実行行数 | 380 | 59% |
合計行数 | 635 | 100% |
内容 | 定義数 |
---|---|
関数数 | 14 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | add_ipv4_miniroute | static struct ipv4_miniroute * __malloc | Add IPv4 minirouting table entry |
2 |
Static | del_ipv4_miniroute | static void | Delete IPv4 minirouting table entry |
3 |
Static | ipv4_route | static struct ipv4_miniroute * | Perform IPv4 routing |
4 |
Static | ipv4_frag_expired | static void | Fragment reassembly counter timeout |
5 |
Static | free_fragbuf | static void | Free fragment buffer |
6 |
Static | ipv4_reassemble | static struct io_buffer * | Fragment reassembler |
7 |
Static | ipv4_pshdr_chksum | static uint16_t | Add IPv4 pseudo-header checksum to existing checksum |
8 |
Static | ipv4_ll_addr | static int | Determine link-layer address |
9 |
Static | ipv4_tx | static int | Transmit IP packet |
10 |
Static | ipv4_rx | static int | Process incoming packets |
11 |
Static | ipv4_arp_check | static int | Check existence of IPv4 address for ARP |
12 |
Function | inet_ntoa | char * | Convert IPv4 address to dotted-quad notation |
13 |
Static | ipv4_ntoa | static const char * | Transcribe IP address |
14 |
Static | ipv4_create_routes | static int | Create IPv4 routing table based on configured settings |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー