Home
last modified time | relevance | path

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

/external/tcpdump/
Dpflog.h117 struct pfloghdr { struct
118 nd_uint8_t length;
119 nd_uint8_t af;
120 nd_uint8_t action;
121 nd_uint8_t reason;
122 char ifname[PFLOG_IFNAMSIZ];
123 char ruleset[PFLOG_RULESET_NAME_SIZE];
124 nd_uint32_t rulenr;
125 nd_uint32_t subrulenr;
126 nd_uint32_t uid;
[all …]
/external/libpcap/
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 …]