Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din.h233 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1469 ip->ip_p = IPPROTO_PFSYNC; in pfsyncioctl()
1731 st->key[PF_SK_WIRE]->proto == IPPROTO_PFSYNC) { in pfsync_insert_state()
2433 .pr_protocol = IPPROTO_PFSYNC,
2513 error = ipproto_register(IPPROTO_PFSYNC); in pfsync_init()
2515 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_init()
2529 ipproto_unregister(IPPROTO_PFSYNC); in pfsync_uninit()
2530 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_uninit()
/f-stack/freebsd/netinet/
H A Din.h250 #define IPPROTO_PFSYNC 240 /* PFSYNC */ macro