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