HomeSort by: relevance | last modified time | path
    Searched defs:ret_oifp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
raw_ip6.c 505 struct ifnet *ret_oifp = NULL; local in function:rip6_output
508 in6p_moptions(inp), inp, &ret_oifp);
510 if (ret_oifp)
511 icmp6_ifoutstat_inc(ret_oifp, type, code);
raw_ip6.c 505 struct ifnet *ret_oifp = NULL; local in function:rip6_output
508 in6p_moptions(inp), inp, &ret_oifp);
510 if (ret_oifp)
511 icmp6_ifoutstat_inc(ret_oifp, type, code);

Completed in 24 milliseconds