Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_pflog.h38 struct pfloghdr { struct
62 #define PFLOG_HDRLEN PFLOG_ALIGN(offsetof(struct pfloghdr, pad2)) argument
/freebsd/contrib/libpcap/
H A Dpflog.h123 struct pfloghdr { struct
124 uint8_t length;
125 uint8_t af;
126 uint8_t action;
127 uint8_t reason;
128 char ifname[PFLOG_IFNAMSIZ];
129 char ruleset[PFLOG_RULESET_NAME_SIZE];
130 uint32_t rulenr;
131 uint32_t subrulenr;
132 uint32_t uid;
[all …]
/freebsd/contrib/tcpdump/
H A Dpflog.h118 struct pfloghdr { struct
119 nd_uint8_t length;
120 nd_uint8_t af;
121 nd_uint8_t action;
122 nd_uint8_t reason;
123 char ifname[PFLOG_IFNAMSIZ];
124 char ruleset[PFLOG_RULESET_NAME_SIZE];
125 nd_uint32_t rulenr;
126 nd_uint32_t subrulenr;
127 nd_uint32_t uid;
[all …]