HomeSort by: relevance | last modified time | path
    Searched refs:rip6_input (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet6/
in6_proto.c 188 PR_WRAP_INPUT6(rip6_input)
201 #define rip6_input rip6_input_wrapper macro
356 .pr_input = rip6_input,
463 .pr_input = rip6_input,
ip6_var.h 353 int rip6_input(struct mbuf **, int *, int);
in6_l2tp.c 268 rv = rip6_input(mp, offp, proto);
raw_ip6.c 165 rip6_input(struct mbuf **mp, int *offp, int proto) function in typeref:typename:int
ip6_mroute.c 1701 * to the listening socket, using rip6_input.
1931 * Currently, rip6_input() is always called holding softnet_lock
1935 rip6_input(&m, offp, proto);
  /src/sys/netinet/
ip_encap.c 507 rv = rip6_input(mp, offp, proto);

Completed in 99 milliseconds