Searched refs:PCB_T (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec_osdep.h274 * PCB_T: a macro name for a struct type which is used as a "generic"
290 #define PCB_T struct inpcb macro
304 #define PCB_T struct inpcb_hdr macro
311 #define IN4PCB_TO_PCB(p) ((PCB_T *)(&(p)->inp_head))
312 #define IN6PCB_TO_PCB(p) ((PCB_T *)(&(p)->in6p_head))
H A Dipsec.c157 PCB_T *, int *);
512 ipsec_getpolicybysock(struct mbuf *m, u_int dir, PCB_T *inp, int *error)

Completed in 58 milliseconds