Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-util.c81 if (caplen < (u_int) (offsetof(struct pfloghdr, rule_uid) + sizeof pflhdr->rule_uid) || in swap_pflog_header()
82 length < (u_int) (offsetof(struct pfloghdr, rule_uid) + sizeof pflhdr->rule_uid)) { in swap_pflog_header()
86 if (pfloghdr_length < (u_int) (offsetof(struct pfloghdr, rule_uid) + sizeof pflhdr->rule_uid)) { in swap_pflog_header()
90 pflhdr->rule_uid = SWAPLONG(pflhdr->rule_uid); in swap_pflog_header()
H A Dpflog.h134 uint32_t rule_uid; member
/freebsd/sys/net/
H A Dif_pflog.h49 uid_t rule_uid; member
/freebsd/contrib/tcpdump/
H A Dpflog.h129 nd_uint32_t rule_uid; member
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c294 hdr.rule_uid = rm->cuid; in pflog_packet()