Searched refs:IPPROTO_PFSYNC (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dipproto.c54 { IPPROTO_PFSYNC, "pfsync" },
H A Dprint-ip.c502 case IPPROTO_PFSYNC:
/freebsd-11-stable/sys/netinet/
H A Din.h248 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1461 ip->ip_p = IPPROTO_PFSYNC;
1723 st->key[PF_SK_WIRE]->proto == IPPROTO_PFSYNC) {
2418 .pr_protocol = IPPROTO_PFSYNC,
2498 error = ipproto_register(IPPROTO_PFSYNC);
2500 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW);
2514 ipproto_unregister(IPPROTO_PFSYNC);
2515 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW);

Completed in 74 milliseconds