Home
last modified time | relevance | path

Searched refs:sll_protocol (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-sll.c92 nd_uint16_t sll_protocol; /* protocol */ member
173 ether_type = GET_BE_U_2(sllp->sll_protocol); in sll_print()
257 ether_type = GET_BE_U_2(sllp->sll_protocol); in sll_if_print()
/freebsd/contrib/libpcap/pcap/
H A Dsll.h90 uint16_t sll_protocol; /* protocol */ member
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_linux.c134 ll.sll_protocol = htons(proto); in l2_packet_send()
314 ll.sll_protocol = htons(protocol); in l2_packet_init()
397 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
/freebsd/contrib/libpcap/
H A Dpcap-util.c203 swap_socketcan_header(EXTRACT_BE_U_2(&shdr->sll_protocol), in swap_linux_sll_socketcan_header()
H A Dpcap-linux.c4046 hdrp->sll2_protocol = sll->sll_protocol; in pcap_handle_packet_mmap()
4090 hdrp->sll_protocol = sll->sll_protocol; in pcap_handle_packet_mmap()
4105 uint16_t protocol = ntohs(sll->sll_protocol); in pcap_handle_packet_mmap()
4872 sll.sll_protocol = protocol; in iface_bind()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6256 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()