Home
last modified time | relevance | path

Searched refs:nm_pkthdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dnetmap_user.h244 struct nm_pkthdr { /* first part is the same as pcap_pkthdr */ struct
277 struct nm_pkthdr hdr;
316 typedef void (*nm_cb_t)(u_char *, const struct nm_pkthdr *, const u_char *d);
391 static u_char *nm_nextpkt(struct nm_desc *, struct nm_pkthdr *);
1153 nm_nextpkt(struct nm_desc *d, struct nm_pkthdr *hdr) in nm_nextpkt()