HomeSort by: relevance | last modified time | path
    Searched defs:inpcbtable (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
in_pcb.h 101 struct inpcbtable *inp_table;
227 struct inpcbtable { struct
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 *)
    [all...]

Completed in 11 milliseconds