Searched refs:IPPROTO_PFSYNC (Results 1 – 5 of 5) sorted by relevance
51 { IPPROTO_PFSYNC, "pfsync" },
218 case IPPROTO_PFSYNC: in ip_demux_print()
1978 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()
249 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro
1720 case IPPROTO_PFSYNC: in ipfw_chk()