Searched refs:intotcpcb (Results 1 – 1 of 1) sorted by relevance
97 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro98 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))