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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetifaddrs_w32.c57 rk_getifaddrs(struct ifaddrs **ifpp) argument
64 *ifpp = NULL;
124 *ifpp = ifp;
125 ifpp = &ifp->ifa_next;
/netbsd-current/external/bsd/ipf/dist/
H A Dip_fil.c255 struct ifnet *ifp, **ifpp, **old_ifneta; local
271 for (ifpp = ifneta; ifpp && (ifp = *ifpp); ifpp++) {
288 for (ifpp = ifneta; ifpp && (ifp = *ifpp); ifpp++) {
387 struct ifnet *ifp, **ifpp; local
[all...]
/netbsd-current/sys/netinet6/
H A Din6_src.c467 struct ifnet **ifpp, struct psref *psref, struct in6_addr *ret_ia6)
483 KASSERT((ifpp != NULL && psref != NULL) ||
484 (ifpp == NULL && psref == NULL));
487 if (ifpp)
488 *ifpp = NULL;
498 if (ifpp != NULL)
499 *ifpp = ifp;
541 if (ifpp)
542 *ifpp = ifp;
600 if (ifpp
465 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route *ro, struct in6_addr *laddr, struct ifnet **ifpp, struct psref *psref, struct in6_addr *ret_ia6) argument
[all...]
H A Dip6_output.c206 struct ifnet **ifpp /* XXX: just for statistics */
693 if (ifpp)
694 *ifpp = ifp;
H A Dicmp6.c1702 ni6_addrs(struct icmp6_nodeinfo *ni6, struct ifnet **ifpp, char *subj, argument
1783 *ifpp = ifp;
/netbsd-current/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c371 * Get IFILE entry for the given inode, store in ifpp. The buffer
378 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp) argument
394 *ifpp = (IFILE *)ifp64;
398 *ifpp = (IFILE *)ifp32;
402 *ifpp = (IFILE *)ifp_v1;

Completed in 98 milliseconds