Searched refs:inpcbtable (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | in_pcb.h | 101 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 …]
|
| D | in_pcb.c | 178 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 …]
|
| D | udp_var.h | 84 extern struct inpcbtable udbtable;
|
| D | raw_ip.c | 105 struct inpcbtable rawcbtable; 107 int rip_pcbnotify(struct inpcbtable *, struct in_addr, 237 rip_pcbnotify(struct inpcbtable *table, in rip_pcbnotify()
|
| D | dccp_var.h | 277 extern struct inpcbtable dccpbtable;
|
| D | portalgo.c | 157 struct inpcbtable * const table = inp->inp_table; in pcb_getports() 242 struct inpcbtable * const table = inp->inp_table; in check_suitable_port()
|
| D | tcp_var.h | 729 extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
|
| D | udp_usrreq.c | 124 struct inpcbtable udbtable;
|
| D | tcp_subr.c | 157 struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
|
| D | tcp_usrreq.c | 1618 struct inpcbtable *pcbtbl = __UNCONST(rnode->sysctl_data); in sysctl_inpcblist()
|
| D | dccp_usrreq.c | 139 struct inpcbtable dccpbtable;
|
| /netbsd/src/sys/netinet6/ |
| D | in6_pcb.c | 133 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()
|
| D | raw_ip6.c | 110 extern struct inpcbtable rawcbtable; 111 struct inpcbtable raw6cbtable;
|
| D | in6_src.c | 847 struct inpcbtable *table = inp->inp_table; in in6pcb_set_port()
|
| D | udp6_usrreq.c | 128 extern struct inpcbtable udbtable;
|
| D | icmp6.c | 149 extern struct inpcbtable raw6cbtable;
|
| /netbsd/src/usr.bin/systat/ |
| D | netstat.c | 215 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/ |
| D | inet.c | 277 struct inpcbtable table; in getpcblist_kmem()
|
| D | inet6.c | 289 struct inpcbtable table; in getpcblist_kmem()
|
| /netbsd/src/sys/dist/pf/net/ |
| D | pf.c | 2758 struct inpcbtable *tb;
|