Searched refs:rawcb (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.h74 struct rawcb { struct
75 LIST_ENTRY(rawcb) list;
83 #define sotorawcb(so) ((struct rawcb *)(so)->so_pcb)
93 extern LIST_HEAD(rawcb_list_head, rawcb) rawcb_list;
97 void raw_detach(struct rawcb *);
98 void raw_disconnect(struct rawcb *);
H A Draw_usrreq.c89 raw_mtx_grp = lck_grp_alloc_init("rawcb", raw_mtx_grp_attr);
110 struct rawcb *rp;
183 struct rawcb *rp = sotorawcb(so);
205 struct rawcb *rp = sotorawcb(so);
232 struct rawcb *rp = sotorawcb(so);
250 struct rawcb *rp = sotorawcb(so);
267 struct rawcb *rp = sotorawcb(so);
286 struct rawcb *rp = sotorawcb(so);
339 struct rawcb *rp = sotorawcb(so);
356 struct rawcb *r
[all...]
H A Draw_cb.c95 struct rawcb *rp = sotorawcb(so);
101 * rawcb.
122 raw_detach(struct rawcb *rp)
149 raw_disconnect(struct rawcb *rp)
167 struct rawcb *rp;
H A Drtsock.c165 struct rawcb *rp;
170 MALLOC(rp, struct rawcb *, sizeof *rp, M_PCB, M_WAITOK); /* XXX */
237 struct rawcb *rp = sotorawcb(so);
694 struct rawcb *rp = 0;
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.h72 struct rawcb kp_raw; /* rawcb */
H A Dkeysock.c64 static int key_sendup0(struct rawcb *, struct mbuf *, int);
162 struct rawcb *rp;
218 struct rawcb *rp;

Completed in 76 milliseconds