Home
last modified time | relevance | path

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

/xnu-12377.61.12/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;
96 uint32_t pth_frame_pre_length;
120 * The original version 1 of the pktap_header structure always had the field argument
H A Dpktap.c1563 struct pktap_header *pktap_header; in convert_to_pktap_header_to_v2() local
/xnu-12377.61.12/tests/
H A Drvi_doublefree.c66 struct pktap_header { struct
67 uint32_t pth_length;
68 uint32_t pth_type_next;
69 uint32_t pth_dlt;
70 char pth_ifname[64];
71 uint32_t pth_flags;
72 uint32_t pth_protocol_family;
73 uint32_t pth_frame_pre_length;
74 uint32_t pth_frame_post_length;