Home
last modified time | relevance | path

Searched refs:inpcbtable (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/sys/netinet/
Din_pcb.h101 struct inpcbtable *inp_table;
227 struct inpcbtable { struct
261 void inpcb_init(struct inpcbtable *, int, int); argument
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 …]
Din_pcb.c178 inpcb_init(struct inpcbtable *table, int bindhashsize, int connecthashsize) in inpcb_init()
202 struct inpcbtable *table = v; in inpcb_create()
273 struct inpcbtable *table = inp->inp_table; in inpcb_set_port()
369 struct inpcbtable *table = inp->inp_table; in inpcb_bind_port()
769 inpcb_notify(struct inpcbtable *table, struct in_addr faddr, u_int fport_arg, in inpcb_notify()
799 inpcb_notifyall(struct inpcbtable *table, struct in_addr faddr, int errno, in inpcb_notifyall()
848 inpcb_purgeif0(struct inpcbtable *table, struct ifnet *ifp) in inpcb_purgeif0()
872 inpcb_purgeif(struct inpcbtable *table, struct ifnet *ifp) in inpcb_purgeif()
954 inpcb_lookup_local(struct inpcbtable *table, struct in_addr laddr, in inpcb_lookup_local()
1066 inpcb_lookup(struct inpcbtable *table, in inpcb_lookup()
[all …]
Dudp_var.h84 extern struct inpcbtable udbtable;
Draw_ip.c105 struct inpcbtable rawcbtable;
107 int rip_pcbnotify(struct inpcbtable *, struct in_addr,
237 rip_pcbnotify(struct inpcbtable *table, in rip_pcbnotify()
Ddccp_var.h277 extern struct inpcbtable dccpbtable;
Dportalgo.c157 struct inpcbtable * const table = inp->inp_table; in pcb_getports()
242 struct inpcbtable * const table = inp->inp_table; in check_suitable_port()
Dtcp_var.h729 extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
Dudp_usrreq.c124 struct inpcbtable udbtable;
Dtcp_subr.c157 struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
Dtcp_usrreq.c1618 struct inpcbtable *pcbtbl = __UNCONST(rnode->sysctl_data); in sysctl_inpcblist()
Ddccp_usrreq.c139 struct inpcbtable dccpbtable;
/netbsd/src/sys/netinet6/
Din6_pcb.c133 in6pcb_init(struct inpcbtable *table, int bindhashsize, int connecthashsize) in in6pcb_init()
235 struct inpcbtable *table = inp->inp_table; in in6pcb_bind_port()
602 in6pcb_notify(struct inpcbtable *table, const struct sockaddr *dst, in in6pcb_notify()
748 in6pcb_purgeif0(struct inpcbtable *table, struct ifnet *ifp) in in6pcb_purgeif0()
798 in6pcb_purgeif(struct inpcbtable *table, struct ifnet *ifp) in in6pcb_purgeif()
833 in6pcb_lookup_local(struct inpcbtable *table, struct in6_addr *laddr6, in in6pcb_lookup_local()
1043 in6pcb_lookup(struct inpcbtable *table, const struct in6_addr *faddr6, in in6pcb_lookup()
1089 in6pcb_lookup_bound(struct inpcbtable *table, const struct in6_addr *laddr6, in in6pcb_lookup_bound()
Draw_ip6.c110 extern struct inpcbtable rawcbtable;
111 struct inpcbtable raw6cbtable;
Din6_src.c847 struct inpcbtable *table = inp->inp_table; in in6pcb_set_port()
Dudp6_usrreq.c128 extern struct inpcbtable udbtable;
Dicmp6.c149 extern struct inpcbtable raw6cbtable;
/netbsd/src/usr.bin/systat/
Dnetstat.c215 struct inpcbtable pcbtable; in fetchnetstat4()
224 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first; in fetchnetstat4()
260 struct inpcbtable pcbtable; in fetchnetstat6()
269 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first; in fetchnetstat6()
/netbsd/src/usr.bin/netstat/
Dinet.c277 struct inpcbtable table; in getpcblist_kmem()
Dinet6.c289 struct inpcbtable table; in getpcblist_kmem()
/netbsd/src/sys/dist/pf/net/
Dpf.c2758 struct inpcbtable *tb;