Searched refs:PF_OUT (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pflog.c85 { PF_OUT, "out" },
H A Dprint-pfsync.c376 if (s->direction == PF_OUT) {
401 if (s->direction == PF_OUT)
/freebsd-9.3-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c297 if (add_filter(1, PF_OUT, (struct sockaddr *)&server,
306 if (add_filter(1, PF_OUT, (struct sockaddr *)&proxy_to_server,
H A Dfilter.c357 pnl.direction = PF_OUT;
385 pnl.direction = PF_OUT;
/freebsd-9.3-release/contrib/pf/ftp-proxy/
H A Dfilter.c346 pnl.direction = PF_OUT;
374 pnl.direction = PF_OUT;
H A Dftp-proxy.c1007 if (add_filter(s->id, PF_OUT, proxy_sa, server_sa,
1048 if (add_filter(s->id, PF_OUT, orig_sa, client_sa, s->port) ==
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpf_print_state.c220 if (s->direction == PF_OUT) {
248 if (s->direction == PF_OUT)
H A Dpfctl_parser.c756 else if (r->direction == PF_OUT)
H A Dparse.y2234 if (r.direction == PF_OUT) {
2533 | OUT { $$ = PF_OUT; }
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c381 if (d == PF_OUT && \
383 (s)->rule.ptr->direction == PF_OUT) || \
396 if (d == PF_OUT && \
398 (s)->rule.ptr->direction == PF_OUT) || \
644 (((*state)->direction == PF_OUT &&
1182 dir == PF_OUT ? "OUT" : "IN", kif->pfik_name, a->af);
1216 if (dir == PF_OUT && pftag->statekey &&
1227 if (dir == PF_OUT && pftag->statekey &&
1236 if (dir == PF_OUT && m->m_pkthdr.pf.statekey &&
1247 if (dir == PF_OUT
[all...]
H A Dpf_norm.c1185 r->packets[dir == PF_OUT]++;
1186 r->bytes[dir == PF_OUT] += pd->tot_len;
1293 if (dir == PF_OUT && pd->pf_mtag->flags & PF_TAG_FRAGCACHE) {
1295 if (dir == PF_OUT && m->m_pkthdr.pf.flags & PF_TAG_FRAGCACHE) {
1444 r->packets[dir == PF_OUT]++;
1445 r->bytes[dir == PF_OUT] += pd->tot_len;
1620 r->packets[dir == PF_OUT]++;
1621 r->bytes[dir == PF_OUT] += pd->tot_len;
H A Dif_pflog.c379 if (af == AF_INET && dir == PF_OUT) {
H A Dpf_lb.c630 if (direction == PF_OUT) {
675 case PF_OUT:
H A Dpf_ioctl.c2260 if (s->direction == PF_OUT) {
4168 chk = pf_test(PF_OUT, ifp, m, NULL, inp);
4221 chk = pf_test6(PF_OUT, ifp, m, NULL, inp);
H A Dpfvar.h79 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator in enum:__anon36
H A Dif_pfsync.c1092 sp->direction > PF_OUT ||
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c7484 (bpf_int32)((dir == 0) ? PF_IN : PF_OUT));

Completed in 158 milliseconds