Searched refs:tp_mac (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | if_packet.h | 97 __u16 tp_mac; member 132 unsigned short tp_mac; member 146 __u16 tp_mac; member 169 __u16 tp_mac; member
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_tpacket.c | 260 test_payload((uint8_t *) ppd.raw + ppd.v1->tp_h.tp_mac, in walk_v1_v2_rx() 266 test_payload((uint8_t *) ppd.raw + ppd.v2->tp_h.tp_mac, in walk_v1_v2_rx() 576 bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac); in __v3_walk_block() 578 test_payload((uint8_t *) ppd + ppd->tp_mac, ppd->tp_snaplen); in __v3_walk_block()
|
/external/libpcap/ |
D | pcap-linux.c | 366 unsigned short tp_mac; member 4629 unsigned int tp_mac, argument 4643 if (tp_mac + tp_snaplen > handle->bufsize) { 4647 tp_mac, tp_snaplen, handle->bufsize); 4660 bp = frame + tp_mac; 4817 h.h1->tp_mac, 4901 h.h1_64->tp_mac, 4986 h.h2->tp_mac, 5104 tp3_hdr->tp_mac,
|