OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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>
1069
struct
unpcb
unpcb
;
local
1188
if (kvm_read(kd, (u_long)pcb[p], (char *)&
unpcb
,
1189
sizeof(struct
unpcb
)) != sizeof(struct
unpcb
)){
1190
dprintf("can't read
unpcb
at %p", so.so_pcb);
1197
if (
unpcb
.unp_vnode == NULL)
1199
if (!checkfs(
unpcb
.unp_vnode, &vn, &fst,
1204
if (
unpcb
.unp_addr)
[
all
...]
/src/usr.bin/netstat/
unix.c
54
#include <sys/
unpcb
.h>
107
struct
unpcb
unp, runp;
Completed in 22 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026