Searched refs:ethertype (Results 1 – 4 of 4) sorted by relevance
496 u_int16_t ethertype = htons(ETHERTYPE_IEEE802154); in sixlowpan_output() local536 link_layer_dest, (const char *)ðertype, in sixlowpan_output()906 u_int16_t ethertype = htons(ETHERTYPE_IEEE802154); in sixlowpan_proto_pre_output() local907 bcopy(ðertype, type, sizeof(ethertype)); in sixlowpan_proto_pre_output()
1350 u_int16_t ethertype; member
334 u_int16_t ethertype; member2660 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()
225 validate_ethertype(uint16_t ethertype) in validate_ethertype() argument230 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()