Home | History | Annotate | Download | only in netinet

Lines Matching defs:inpcbtable

101 	struct	  inpcbtable *inp_table;
227 struct inpcbtable {
261 void inpcb_init(struct inpcbtable *, int, int);
263 inpcb_lookup_local(struct inpcbtable *,
266 inpcb_lookup_bound(struct inpcbtable *,
269 inpcb_lookup(struct inpcbtable *,
272 int inpcb_notify(struct inpcbtable *, struct in_addr, u_int,
274 void inpcb_notifyall(struct inpcbtable *, struct in_addr, int,
276 void inpcb_purgeif0(struct inpcbtable *, struct ifnet *);
277 void inpcb_purgeif(struct inpcbtable *, struct ifnet *);
287 void in6pcb_init(struct inpcbtable *, int, int);
292 struct inpcb *in6pcb_lookup_local(struct inpcbtable *, struct in6_addr *,
294 int in6pcb_notify(struct inpcbtable *, const struct sockaddr *,
297 void in6pcb_purgeif0(struct inpcbtable *, struct ifnet *);
298 void in6pcb_purgeif(struct inpcbtable *, struct ifnet *);
313 extern struct inpcb *in6pcb_lookup(struct inpcbtable *,
316 extern struct inpcb *in6pcb_lookup_bound(struct inpcbtable *,