Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c224 validate_ethertype(uint16_t ethertype) in validate_ethertype() argument
229 if (forbidden_ethertypes[i] == ethertype) { in validate_ethertype()
230 SK_ERR("ethertype 0x%x not allowed", ethertype); in validate_ethertype()
234 if (ethertype <= ETHERMTU) { in validate_ethertype()
730 nfr.nfr_ethertype = cparams->ethertype; in nx_netif_netagent_handle_custom_ether_flow_add()
/xnu-8796.121.2/bsd/net/
H A Dnecp.h1459 u_int16_t ethertype; member
H A Dnecp_client.c344 u_int16_t ethertype; member
2677 parsed_parameters->ethertype, in necp_client_trace_parsed_parameters()
3020 if (length >= sizeof(parsed_parameters->ethertype)) { in necp_client_parse_parameters()
3021 memcpy(&parsed_parameters->ethertype, value, sizeof(parsed_parameters->ethertype)); in necp_client_parse_parameters()
7968 parameters->ethertype = parsed_parameters.ethertype; in necp_client_copy_parameters_locked()