Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_6lowpan.c496 u_int16_t ethertype = htons(ETHERTYPE_IEEE802154); in sixlowpan_output() local
536 link_layer_dest, (const char *)&ethertype, in sixlowpan_output()
906 u_int16_t ethertype = htons(ETHERTYPE_IEEE802154); in sixlowpan_proto_pre_output() local
907 bcopy(&ethertype, type, sizeof(ethertype)); in sixlowpan_proto_pre_output()
H A Dnecp.h1350 u_int16_t ethertype; member
H A Dnecp_client.c334 u_int16_t ethertype; member
2660 parsed_parameters->ethertype, in necp_client_trace_parsed_parameters()
2988 if (length >= sizeof(parsed_parameters->ethertype)) { in necp_client_parse_parameters()
2989 memcpy(&parsed_parameters->ethertype, value, sizeof(parsed_parameters->ethertype)); in necp_client_parse_parameters()
7658 parameters->ethertype = parsed_parameters.ethertype; in necp_client_copy_parameters_locked()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c225 validate_ethertype(uint16_t ethertype) in validate_ethertype() argument
230 if (forbidden_ethertypes[i] == ethertype) { in validate_ethertype()
231 SK_ERR("ethertype 0x%x not allowed", ethertype); in validate_ethertype()
235 if (ethertype <= ETHERMTU) { in validate_ethertype()
731 nfr.nfr_ethertype = cparams->ethertype; in nx_netif_netagent_handle_custom_ether_flow_add()