1 Star 0 Fork 5.3K

wenjun / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
netdevice.md 9.75 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

NetDevice

Overview

Related Modules:

WLAN

Description:

Defines a network device, including the network interface category and name, and network port type.

Since:

1.0

Summary

Data Fields

Variable Name

Description

netifCateg

NetIfCategory

name [IFNAMSIZ]

char

LinkLayerType

NetLinkType

funType

IfType

macAddr [MAC_ADDR_SIZE]

char

flags

uint32_t

mtu

uint32_t

watchdogTime

int32_t

lastRxTime

uint32_t

hardHeaderLen

uint16_t

neededHeadRoom

uint16_t

neededTailRoom

uint16_t

addrLen

uint8_t

mlPriv

void *

ieee80211Ptr

struct WirelessDev *

specialProcPriv

void *

netDeviceIf

struct NetDeviceInterFace *

owner

struct NetDevice *

stats

struct NetDevStats

1
https://gitee.com/wenjun_flyingfox/docs.git
git@gitee.com:wenjun_flyingfox/docs.git
wenjun_flyingfox
docs
docs
master

搜索帮助