ファイル定義書 VB2010

netdevice.c

ファイル名ファイル名

netdevice.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 219 36%
空行行数 118 20%
実行行数 266 44%
合計行数 603 100%

関数定義数関数定義数

内容 定義数
関数数 23

定義関数定義関数

No. 名称 属性 説明
1
StaticStatic netdev_record_stat static void Record network device statistic
2
FunctionFunction netdev_tx int Transmit raw packet via network device
3
FunctionFunction netdev_tx_complete_err void Complete network transmission
4
FunctionFunction netdev_tx_complete_next_err void Complete network transmission
5
StaticStatic netdev_tx_flush static void Flush device's transmit queue
6
FunctionFunction netdev_rx void Add packet to receive queue
7
FunctionFunction netdev_rx_err void Discard received packet
8
FunctionFunction netdev_poll void Poll for completed and received packets on network device
9
FunctionFunction netdev_rx_dequeue struct io_buffer * Remove packet from device's receive queue
10
StaticStatic netdev_rx_flush static void Flush device's receive queue
11
StaticStatic free_netdev static void Free network device
12
FunctionFunction alloc_netdev struct net_device * Allocate network device
13
FunctionFunction register_netdev int Register network device
14
FunctionFunction netdev_open int Open network device
15
FunctionFunction netdev_close void Close network device
16
FunctionFunction unregister_netdev void Unregister network device
17
FunctionFunction netdev_irq void Enable or disable interrupts
18
FunctionFunction find_netdev struct net_device * Get network device by name
19
FunctionFunction find_netdev_by_location struct net_device *  
20
FunctionFunction last_opened_netdev struct net_device * Get most recently opened network device
21
FunctionFunction net_tx int Transmit network-layer packet
22
FunctionFunction net_rx int Process received network-layer packet
23
StaticStatic net_step static void Single-step the network stack

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー