Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Din6_proto.c188 PR_WRAP_INPUT6(rip6_input) in PR_WRAP_CTLINPUT()
201 #define rip6_input rip6_input_wrapper in PR_WRAP_CTLINPUT() macro
356 .pr_input = rip6_input,
463 .pr_input = rip6_input,
Dip6_var.h353 int rip6_input(struct mbuf **, int *, int);
Din6_l2tp.c268 rv = rip6_input(mp, offp, proto); in in6_l2tp_input()
Draw_ip6.c165 rip6_input(struct mbuf **mp, int *offp, int proto) in rip6_input() function
Dip6_mroute.c1935 rip6_input(&m, offp, proto); in pim6_input()
/netbsd/src/sys/netinet/
Dip_encap.c507 rv = rip6_input(mp, offp, proto); in encap6_input()