Searched refs:PFLOG_PACKET (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/bsd/net/ |
| H A D | if_pflog.h | 104 #define PFLOG_PACKET(i, x, a, b, c, d, e, f, g, h) pflog_packet(i,a,b,c,d,e,f,g,h) macro 106 #define PFLOG_PACKET(i, x, a, b, c, d, e, f, g, h) ((void)0) macro
|
| H A D | pf_norm.c | 2197 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, *reason, r, in pf_normalize_ip() 2205 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, *reason, r, in pf_normalize_ip() 2220 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, *reason, r, NULL, NULL, pd); in pf_normalize_ip() 2589 PFLOG_PACKET(kif, h, pbuf, AF_INET6, dir, *reason, r, NULL, NULL, pd); in pf_normalize_ip6() 2732 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, in pf_normalize_tcp() 2746 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, r, NULL, NULL, pd); in pf_normalize_tcp() 3321 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, in pf_normalize_tcpopt()
|
| H A D | pf.c | 5413 PFLOG_PACKET(kif, h, pbuf, pd->af, direction, reason, in pf_test_rule() 6422 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, in pf_test_dummynet() 6597 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, a, ruleset, in pf_test_fragment() 10174 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, lr, a, ruleset, in pf_test() 10824 PFLOG_PACKET(kif, h, pbuf, AF_INET6, dir, reason, lr, a, ruleset, in pf_test6()
|