HomeSort by: relevance | last modified time | path
    Searched refs:pfloghdr (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
pf.h 66 struct pfloghdr { struct
78 #define PFLOG_HDRLEN sizeof(struct pfloghdr)
print-pflog.c 109 pflog_print(netdissect_options *ndo, const struct pfloghdr *hdr)
139 const struct pfloghdr *hdr;
150 hdr = (const struct pfloghdr *)p;
pflog.h 118 struct pfloghdr { struct
  /src/sys/dist/pf/net/
if_pflog.h 42 struct pfloghdr { struct
59 #define PFLOG_HDRLEN sizeof(struct pfloghdr)
61 #define PFLOG_REAL_HDRLEN offsetof(struct pfloghdr, pad)
if_pflog.c 249 struct pfloghdr hdr;
  /src/external/bsd/libpcap/dist/
pcap-util.c 54 struct pfloghdr *pflhdr = (struct pfloghdr *)buf;
56 if (caplen < (u_int) (offsetof(struct pfloghdr, uid) + sizeof pflhdr->uid) ||
57 length < (u_int) (offsetof(struct pfloghdr, uid) + sizeof pflhdr->uid)) {
64 if (pfloghdr_length < (u_int) (offsetof(struct pfloghdr, uid) + sizeof pflhdr->uid)) {
70 if (caplen < (u_int) (offsetof(struct pfloghdr, pid) + sizeof pflhdr->pid) ||
71 length < (u_int) (offsetof(struct pfloghdr, pid) + sizeof pflhdr->pid)) {
75 if (pfloghdr_length < (u_int) (offsetof(struct pfloghdr, pid) + sizeof pflhdr->pid)) {
81 if (caplen < (u_int) (offsetof(struct pfloghdr, rule_uid) + sizeof pflhdr->rule_uid) ||
82 length < (u_int) (offsetof(struct pfloghdr, rule_uid) + sizeof pflhdr->rule_uid))
    [all...]
pflog.h 127 struct pfloghdr { struct
gencode.c 3567 return (gen_cmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, af),
3570 return (gen_cmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, af),
8727 b0 = gen_cmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, dir), BPF_B,
8838 len = sizeof(((struct pfloghdr *)0)->ifname);
8839 off = offsetof(struct pfloghdr, ifname);
8868 if (strlen(ruleset) >= sizeof(((struct pfloghdr *)0)->ruleset)) {
8870 (long)(sizeof(((struct pfloghdr *)0)->ruleset) - 1));
8874 b0 = gen_bcmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, ruleset),
8897 b0 = gen_cmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, rulenr), BPF_W,
8920 b0 = gen_cmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, subrulenr), BPF_W
    [all...]

Completed in 49 milliseconds