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

/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec_osdep.h284 * PCB_TO_IN6PCB(p): given generic pcb_t *p, returns a struct in6pcb *
296 #define PCB_TO_IN6PCB(p) (p) macro
309 #define PCB_TO_IN6PCB(p) ((struct in6pcb *)(p)) macro
H A Dipsec.c556 struct in6pcb *in6p = PCB_TO_IN6PCB(inp);

Completed in 102 milliseconds