ファイル定義書 C#

netdevice.c

ファイル名ファイル名

netdevice.c

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

内容 行数 比率
コメント行数 227 36%
空行行数 126 20%
実行行数 280 44%
合計行数 633 100%

関数定義数関数定義数

内容 定義数
関数数 24

定義関数定義関数

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

See Also

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