Home
last modified time | relevance | path

Searched defs:pfsync_state (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dpfvar.h460 struct pfsync_state { struct
463 struct pfsync_state_key key[2]; argument
467 u_int32_t rule;
468 u_int32_t anchor;
469 u_int32_t nat_rule;
471 u_int32_t expire;
475 sa_family_t af;
476 u_int8_t proto;
479 u_int8_t log;
481 u_int8_t timeout;
[all …]
/f-stack/freebsd/net/
H A Dpfvar.h572 struct pfsync_state { struct
575 struct pfsync_state_key key[2]; argument
576 struct pfsync_state_peer src; argument
577 struct pfsync_state_peer dst; argument
600 typedef int pfsync_state_import_t(struct pfsync_state *, u_int8_t); argument