Home
last modified time | relevance | path

Searched defs:ethertype (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Dif_6lowpan.c496 u_int16_t ethertype = htons(ETHERTYPE_IEEE802154); in sixlowpan_output() local
906 u_int16_t ethertype = htons(ETHERTYPE_IEEE802154); in sixlowpan_proto_pre_output() local
H A Dnecp.h1359 u_int16_t ethertype; member
H A Dnecp_client.c342 u_int16_t ethertype; member
/xnu-8020.140.41/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c225 validate_ethertype(uint16_t ethertype) in validate_ethertype()