Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dipproto.c53 { IPPROTO_PFSYNC, "pfsync" },
H A Dprint-ip-demux.c220 case IPPROTO_PFSYNC: in ip_demux_print()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c1966 st->key[PF_SK_WIRE]->proto == IPPROTO_PFSYNC) { in pfsync_insert_state()
3026 ip->ip_p = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()
3039 ip6->ip6_nxt = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()
3142 error = ipproto_register(IPPROTO_PFSYNC, pfsync_input, NULL); in pfsync_init()
3147 error = ip6proto_register(IPPROTO_PFSYNC, pfsync6_input, NULL); in pfsync_init()
3149 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_init()
3163 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()
3166 ip6proto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()
/freebsd/sys/netinet/
H A Din.h247 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1720 case IPPROTO_PFSYNC: in ipfw_chk()