Searched refs:iphtent_s (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_htable.h | 14 typedef struct iphtent_s { struct 15 struct iphtent_s *ipe_next, **ipe_pnext; argument 16 struct iphtent_s *ipe_snext, **ipe_psnext; argument 40 struct iphtent_s **iph_table; argument 41 struct iphtent_s *iph_list;
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 233 extern int load_hash __P((struct iphtable_s *, struct iphtent_s *, 235 extern int load_hashnode __P((int, char *, struct iphtent_s *, ioctlfunc_t)); 260 extern struct iphtent_s *printhashnode __P((struct iphtable_s *, 261 struct iphtent_s *, 284 extern int remove_hashnode __P((int, char *, struct iphtent_s *, ioctlfunc_t));
|