npf_conn.h | 87 * as npf_connkey_t, see below and npf_conn_getkey(). 115 } npf_connkey_t; typedef in typeref:struct:npf_connkey 117 unsigned npf_conn_conkey(const npf_cache_t *, npf_connkey_t *, 119 npf_connkey_t * npf_conn_getforwkey(npf_conn_t *); 120 npf_connkey_t * npf_conn_getbackkey(npf_conn_t *, unsigned); 121 void npf_conn_adjkey(npf_connkey_t *, const npf_addr_t *, 123 unsigned npf_connkey_setkey(npf_connkey_t *, unsigned, unsigned, 125 void npf_connkey_getkey(const npf_connkey_t *, unsigned *, 127 unsigned npf_connkey_import(npf_t *, const nvlist_t *, npf_connkey_t *); 128 nvlist_t * npf_connkey_export(npf_t *, const npf_connkey_t *); [all...] |