Home
last modified time | relevance | path

Searched defs:rawcb (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/sys/net/
H A Draw_cb.h14 struct rawcb { struct
15 struct rawcb *rcb_next; /* doubly linked list */ argument
16 struct rawcb *rcb_prev; argument
23 #define sotorawcb(so) ((struct rawcb *)(so)->so_pcb) argument
32 struct rawcb rawcb; /* head of list */ variable