Home
last modified time | relevance | path

Searched refs:IPPROTO_PFSYNC (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/tcpdump/
H A Dipproto.c51 { IPPROTO_PFSYNC, "pfsync" },
H A Dprint-ip-demux.c218 case IPPROTO_PFSYNC: in ip_demux_print()
/freebsd-14.2/sys/netpfil/pf/
H A Dif_pfsync.c1978 st->key[PF_SK_WIRE]->proto == IPPROTO_PFSYNC) { in pfsync_insert_state()
3042 ip->ip_p = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()
3055 ip6->ip6_nxt = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()
3158 error = ipproto_register(IPPROTO_PFSYNC, pfsync_input, NULL); in pfsync_init()
3163 error = ip6proto_register(IPPROTO_PFSYNC, pfsync6_input, NULL); in pfsync_init()
3165 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_init()
3179 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()
3182 ip6proto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()
/freebsd-14.2/sys/netinet/
H A Din.h249 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw2.c1720 case IPPROTO_PFSYNC: in ipfw_chk()