Searched refs:ifpp (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c197 * caller provides a non-NULL ifpp. The caller is responsible for checking
203 struct ifnet **ifpp, struct in6_addr *src_storage, unsigned int ifscope,
223 if (ifpp != NULL)
224 *ifpp = NULL;
545 if (ifpp != NULL) {
547 *ifpp = ifp;
1671 struct ifnet **ifpp,
1680 if (ifpp != NULL)
1681 *ifpp = NULL;
1737 if (ifpp !
201 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct inpcb *inp, struct route_in6 *ro, struct ifnet **ifpp, struct in6_addr *src_storage, unsigned int ifscope, int *errorp) argument
1667 in6_embedscope( struct in6_addr *in6, const struct sockaddr_in6 *sin6, struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt) argument
[all...]
H A Dip6_output.c234 struct ifnet **ifpp, /* XXX: just for statistics */
248 error = ip6_output(m, opt, ro, flags, im6o, ifpp, ip6oap);
278 struct ifnet **ifpp, /* XXX: just for statistics */
853 struct ifnet *trace_ifp = (ifpp != NULL) ? (*ifpp) : NULL;
1131 if (ifpp != NULL) {
1133 if (*ifpp != NULL)
1134 ifnet_release(*ifpp);
1135 *ifpp = ifp;
227 ip6_output_list( struct mbuf *m0, int packetlist, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, struct ip6_out_args *ip6oap) argument
272 ip6_output( struct mbuf *m0, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, struct ip6_out_args *ip6oap) argument
H A Dicmp6.c1762 ni6_addrs(ni6, ifpp, subj)
1764 struct ifnet **ifpp;
1774 if (ifpp != NULL)
1775 *ifpp = NULL;
1865 if (ifpp != NULL) {
1866 *ifpp = ifp;
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c1608 ifnet_find_by_name(const char *ifname, ifnet_t *ifpp) argument
1618 *ifpp = NULL;
1635 *ifpp = ifp;
1636 ifnet_reference(*ifpp);

Completed in 82 milliseconds