Home
last modified time | relevance | path

Searched refs:_ipip_input (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dxform_ipip.c94 static void _ipip_input(struct mbuf *, int);
100 _ipip_input(*m, *offp); in ip4_input6()
109 _ipip_input(m, off); in ip4_input()
118 _ipip_input(struct mbuf *m, int iphlen) in _ipip_input() function