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

  /src/sys/netinet6/
raw_ip6.c 376 struct ifnet *oifp = NULL; local in function:rip6_output
441 &inp->inp_route, &in6p_laddr(inp), &oifp, &psref, &ip6->ip6_src);
445 if (oifp && scope_ambiguous) {
454 error = in6_setscope(&dstsock->sin6_addr, oifp, NULL);
466 ip6->ip6_hlim = in6pcb_selecthlim(inp, oifp);
468 if_put(oifp, &psref);
469 oifp = NULL;
527 if_put(oifp, &psref);
udp6_usrreq.c 745 struct ifnet *oifp = NULL; local in function:udp6_output
859 &in6p_laddr(inp), &oifp, &psref, &_laddr);
864 if (oifp && scope_ambiguous &&
866 oifp, NULL))) {
867 if_put(oifp, &psref);
871 if_put(oifp, &psref);

Completed in 13 milliseconds