Searched defs:inpcb (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/sys/netinet/ |
| H A D | in_pcb.h | 127 struct inpcb { struct 132 LIST_ENTRY(inpcb) inp_lhash; /* [t] local port hash */ argument 133 inp_faddruinpcb global() argument 134 inp_laddruinpcb global() argument 139 inp_fportinpcb global() argument 140 inp_lportinpcb global() argument 141 inp_socketinpcb global() argument 142 inp_ppcbinpcb global() argument 143 inp_routeinpcb global() argument 144 inp_refcntinpcb global() argument 145 inp_flagsinpcb global() argument 146 __anonf0058038010ainpcb global() argument 149 inp_huinpcb global() argument 152 __anonf0058038020ainpcb global() argument 179 inp_flowidinpcb global() argument [all...] |
| H A D | in_pcb.c | 721 in_pcbnotifyall(struct inpcbtable * table,const struct sockaddr_in * dst,u_int rtable,int errno,void (* notify)(struct inpcb *,int)) in_pcbnotifyall() argument [all...] |
| /openbsd-src/lib/libkvm/ |
| H A D | kvm_file2.c | 588 struct inpcb inpcb; in fill_file() local 617 struct inpcb inpcb; in fill_file() local
|
| /openbsd-src/sys/netinet6/ |
| H A D | in6_pcb.c | 428 in6_pcbnotify(struct inpcbtable * table,const struct sockaddr_in6 * dst,uint fport_arg,const struct sockaddr_in6 * src,uint lport_arg,u_int rtable,int cmd,void * cmdarg,void (* notify)(struct inpcb *,int)) in6_pcbnotify() argument [all...] |
| /openbsd-src/sys/kern/ |
| H A D | kern_sysctl.c | 1334 struct inpcb *inpcb = so->so_pcb; fill_file() local 1356 struct inpcb *inpcb = so->so_pcb; fill_file() local [all...] |
| /openbsd-src/usr.bin/netstat/ |
| H A D | inet.c | 87 struct inpcb inpcb; variable
|