Searched refs:ipip_input (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/netinet6/ |
H A D | in6_proto.c | 242 .pr_input = ipip_input, 255 .pr_input = ipip_input, 269 .pr_input = ipip_input,
|
/openbsd/sys/netinet/ |
H A D | in_proto.c | 237 .pr_input = ipip_input, 253 .pr_input = ipip_input,
|
H A D | ip_ipip.h | 116 int ipip_input(struct mbuf **, int *, int, int);
|
H A D | ip_ipip.c | 109 ipip_input(struct mbuf **mp, int *offp, int nxt, int af) in ipip_input() function
|
/openbsd/sys/net/ |
H A D | if_gif.c | 733 rv = ipip_input(mp, offp, proto, af); in in_gif_input() 758 rv = ipip_input(mp, offp, proto, af); in in6_gif_input()
|