Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpktap.h103 struct pktap_header { struct
104 uint32_t pth_length; /* length of this header */
105 uint32_t pth_type_next; /* type of data following */
106 uint32_t pth_dlt; /* DLT of packet */
107 char pth_ifname[PKTAP_IFXNAMESIZE]; /* interface name */
108 uint32_t pth_flags; /* flags */
109 uint32_t pth_protocol_family;
133 * The original version 1 of the pktap_header structure always had the field argument
H A Dpktap.c1514 struct pktap_header *pktap_header; in convert_to_pktap_header_to_v2() local