構造体定義書 VC2010

net_device

構文構文

struct net_device

ファイル名ファイル名

netdevice.h

構造体情報構造体情報

No. 名称 属性説明
1
net_device   
  refcnt refcnt  
  list list_head  
  open_list list_head  
  name[8] char  
  dev device *  
  op net_device_operations *  
  ll_protocol ll_protocol *  
  hw_addr[MAX_HW_ADDR_LEN] uint8_t  
  ll_addr[MAX_LL_ADDR_LEN] uint8_t  
  ll_broadcast const uint8_t *  
  state unsigned int  
  link_rc int  
  max_pkt_len size_t  
  tx_queue list_head  
  rx_queue list_head  
  tx_stats net_device_stats  
  rx_stats net_device_stats  
  settings generic_settings  
  priv void *  

See Also

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