Searched refs:IPPROTO_PFSYNC (Results 1 – 5 of 5) sorted by relevance
52 { IPPROTO_PFSYNC, "pfsync" },
218 case IPPROTO_PFSYNC: in ip_demux_print()
2209 st->key[PF_SK_WIRE]->proto == IPPROTO_PFSYNC) { in pfsync_insert_state()3282 ip->ip_p = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()3295 ip6->ip6_nxt = IPPROTO_PFSYNC; in pfsync_kstatus_to_softc()3398 error = ipproto_register(IPPROTO_PFSYNC, pfsync_input, NULL); in pfsync_init()3403 error = ip6proto_register(IPPROTO_PFSYNC, pfsync6_input, NULL); in pfsync_init()3405 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_init()3419 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()3422 ip6proto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()
247 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro
1742 case IPPROTO_PFSYNC: in ipfw_chk()