Searched defs:rawcb (Results 1 – 1 of 1) sorted by relevance
14 struct rawcb { struct15 struct rawcb *rcb_next; /* doubly linked list */ argument16 struct rawcb *rcb_prev; argument23 #define sotorawcb(so) ((struct rawcb *)(so)->so_pcb) argument32 struct rawcb rawcb; /* head of list */ variable