HomeSort by: relevance | last modified time | path
    Searched refs:unpcb (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/sys/
unpcb.h 1 /* $NetBSD: unpcb.h,v 1.19 2024/09/08 09:36:52 rillig Exp $ */
31 * @(#)unpcb.h 8.1 (Berkeley) 6/2/93
71 struct unpcb { struct
75 struct unpcb *unp_conn; /* control block of connected socket */
76 struct unpcb *unp_refs; /* referencing socket linked list */
77 struct unpcb *unp_nextref; /* link in unp_refs list */
107 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb))
un.h 85 struct unpcb;
Makefile 49 ucontext.h ucred.h uio.h un.h unistd.h unpcb.h utsname.h uuid.h \
  /src/sys/conf/
debugsyms.c 24 #include <sys/unpcb.h>
  /src/sys/compat/common/
uipc_usrreq_70.c 43 #include <sys/unpcb.h>
  /src/sys/kern/
uipc_usrreq.c 128 #include <sys/unpcb.h>
187 static void unp_disconnect1(struct unpcb *);
188 static bool unp_drop(struct unpcb *, int);
192 static void unp_shutdown1(struct unpcb *);
239 unp_connid(struct lwp *l, struct unpcb *unp, int flags)
258 struct unpcb *unp;
319 struct unpcb *unp;
337 unp_free(struct unpcb *unp)
347 unp_output(struct mbuf *m, struct mbuf *control, struct unpcb *unp)
387 struct unpcb *unp
    [all...]
uipc_domain.c 57 #include <sys/unpcb.h>
495 struct unpcb *unp = sotounpcb(so);
  /src/usr.bin/fstat/
fstat.c 56 #include <sys/unpcb.h>
1067 struct unpcb unpcb; local in function:socktrans
1186 if (kvm_read(kd, (u_long)pcb[p], (char *)&unpcb,
1187 sizeof(struct unpcb)) != sizeof(struct unpcb)){
1188 dprintf("can't read unpcb at %p", so.so_pcb);
1195 if (unpcb.unp_vnode == NULL)
1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst,
1202 if (unpcb.unp_addr)
    [all...]
  /src/usr.bin/netstat/
unix.c 54 #include <sys/unpcb.h>
107 struct unpcb unp, runp;

Completed in 19 milliseconds