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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-pflog.c91 uint32_t rulenr, subrulenr; local
94 subrulenr = EXTRACT_32BITS(&hdr->subrulenr);
95 if (subrulenr == (uint32_t)-1)
98 ND_PRINT((ndo, "rule %u.%s.%u/", rulenr, hdr->ruleset, subrulenr));
/freebsd-13-stable/sys/net/
H A Dif_pflog.h46 u_int32_t subrulenr; member in struct:pfloghdr
/freebsd-13-stable/sys/netpfil/pf/
H A Dif_pflog.c226 hdr.subrulenr = -1;
229 hdr.subrulenr = htonl(rm->nr);
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c80 plog->subrulenr = htonl(pktid);
H A Dnat64stl.c79 plog->subrulenr = htonl(pktid);
H A Dnat64lsn.c189 plog->subrulenr = htonl((uint32_t)(state->aport << 16) |
/freebsd-13-stable/contrib/libpcap/
H A Dgencode.c8446 b0 = gen_cmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, subrulenr), BPF_W,

Completed in 137 milliseconds