Home
last modified time | relevance | path

Searched defs:pktap_header (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dpktap.h89 struct pktap_header { struct
90 uint32_t pth_length; /* length of this header */
91 uint32_t pth_type_next; /* type of data following */
92 uint32_t pth_dlt; /* DLT of packet */
93 char pth_ifname[PKTAP_IFXNAMESIZE]; /* interface name */
94 uint32_t pth_flags; /* flags */
95 uint32_t pth_protocol_family;
119 * The original version 1 of the pktap_header structure always had the field argument
H A Dpktap.c1547 struct pktap_header *pktap_header; in convert_to_pktap_header_to_v2() local