Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sll.c103 nd_uint32_t sll2_if_index; /* 1-based interface index */ member
345 ND_PRINT("ifindex %u ", GET_BE_U_4(sllp->sll2_if_index)); in sll2_print()
421 if_index = GET_BE_U_4(sllp->sll2_if_index); in sll2_if_print()
/freebsd/contrib/libpcap/pcap/
H A Dsll.h101 uint32_t sll2_if_index; /* 1-based interface index */ member
/freebsd/contrib/libpcap/
H A Dpcap-linux.c3910 hdrp->sll2_if_index = htonl(sll->sll_ifindex); in pcap_handle_packet_mmap()