Searched refs:rule_pid (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dif_npflog.h51 uint32_t rule_pid; member in struct:npfloghdr
H A Dnpf_ext_log.c117 hdr.rule_pid = (pid_t)-1;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-util.c94 if (caplen < (u_int) (offsetof(struct pfloghdr, rule_pid) + sizeof pflhdr->rule_pid) ||
95 length < (u_int) (offsetof(struct pfloghdr, rule_pid) + sizeof pflhdr->rule_pid)) {
96 /* Not enough data to have the rule_pid field */
99 if (pfloghdr_length < (u_int) (offsetof(struct pfloghdr, rule_pid) + sizeof pflhdr->rule_pid)) {
100 /* Header doesn't include rule_pid field */
103 pflhdr->rule_pid = SWAPLONG(pflhdr->rule_pid);
[all...]
H A Dpflog.h135 int32_t rule_pid; member in struct:pfloghdr
/netbsd-current/sys/dist/pf/net/
H A Dif_pflog.h54 pid_t rule_pid; member in struct:pfloghdr
H A Dif_pflog.c284 hdr.rule_pid = rm->cpid;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dpflog.h129 int32_t rule_pid; member in struct:pfloghdr

Completed in 120 milliseconds