Home
last modified time | relevance | path

Searched refs:host_node_s (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h547 RBI_LINK(ipf_rb, host_node_s);
549 typedef struct host_node_s { struct
555 typedef RBI_HEAD(ipf_rb, host_node_s) ipf_rb_head_t; argument
H A Dfil.c9525 static int ipf_ht_node_cmp(const struct host_node_s *, const struct host_node_s *);
9551 ipf_ht_node_cmp(const struct host_node_s *k1, const struct host_node_s *k2) in RBI_CODE()