Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c190 validate_ethertype(uint16_t ethertype) in validate_ethertype() argument
195 if (forbidden_ethertypes[i] == ethertype) { in validate_ethertype()
196 SK_ERR("ethertype 0x%x not allowed", ethertype); in validate_ethertype()
200 if (ethertype <= ETHERMTU) { in validate_ethertype()
692 nfr.nfr_ethertype = cparams->ethertype; in nx_netif_netagent_handle_custom_ether_flow_add()
/xnu-10063.141.1/bsd/net/
H A Dnecp.h1526 u_int16_t ethertype; member
H A Dnecp_client.c349 u_int16_t ethertype; member
2706 parsed_parameters->ethertype, in necp_client_trace_parsed_parameters()
3051 if (length >= sizeof(parsed_parameters->ethertype)) { in necp_client_parse_parameters()
3052 memcpy(&parsed_parameters->ethertype, value, sizeof(parsed_parameters->ethertype)); in necp_client_parse_parameters()
8219 parameters->ethertype = parsed_parameters.ethertype; in necp_client_copy_parameters_locked()