npf_conndb.c | 285 * npf_conndb_getnext: return the next connection, implementing 289 npf_conndb_getnext(npf_conndb_t *cd, npf_conn_t *con) function in typeref:typename:npf_conn_t * 316 con = npf_conndb_getnext(cd, NULL); 327 npf_conn_t *next = npf_conndb_getnext(cd, con);
|