Home
last modified time | relevance | path

Searched refs:evl_proto (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dif_vlan_var.h81 u_int16_t evl_proto; member
H A Dif_vlan.c1084 evl->evl_proto = evl->evl_encap_proto; in vlan_output()
H A Dif_fake.c654 evl_p->evl_proto = eh_p->ether_type; /* proto */ in get_bpf_header()
H A Dif_bond.c1062 evl_p->evl_proto = eh_p->ether_type; /* proto */ in get_bpf_header()
/xnu-11215.1.10/tests/
H A Dnet_vlan.c345 length = (uint16_t *)&evl_p->evl_proto; in vlan_send_short_packet()
/xnu-11215.1.10/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c177 etype = evh->evl_proto; in netif_flow_ethertype_info()
180 bcopy(&evh->evl_proto, &etype, sizeof(etype)); in netif_flow_ethertype_info()
/xnu-11215.1.10/tests/skywalk/
H A Dskt_filter.c264 evh->evl_proto = htons(args->ethertype); in custom_ether_build_packet()
395 etype = ntohs(evh->evl_proto); in custom_ether_verify()