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

/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec_osdep.h283 * PCB_TO_IN4PCB(p): given generic pcb_t *p, returns a struct inpcb *
295 #define PCB_TO_IN4PCB(p) (p) macro
308 #define PCB_TO_IN4PCB(p) ((struct inpcb *)(p)) macro
H A Dipsec.c547 struct inpcb *in4p = PCB_TO_IN4PCB(inp);

Completed in 58 milliseconds