Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dprint-wb.c58 struct pkt_hdr { struct
59 nd_uint32_t ph_src; /* site id of source */
60 nd_uint32_t ph_ts; /* time stamp (for skew computation) */
61 nd_uint16_t ph_version; /* version number */
62 nd_uint8_t ph_type; /* message type */
63 nd_uint8_t ph_flags; /* message flags */
/aosp_15_r20/tools/netsim/rust/capture/src/
H A Dpcap.rs204 let pkt_hdr = PacketHeader::read_from(&pkt_hdr_bytes[..]).ok_or(std::io::Error::new( in read_record() localVariable
/aosp_15_r20/external/libpcap/
H A Dpcap-netfilter-linux.c226 … const struct nfqnl_msg_packet_hdr *pkt_hdr = (const struct nfqnl_msg_packet_hdr *) NFA_DATA(attr); in netfilter_read_linux() local