Searched refs:ifa_next (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10-stable/include/
H A Difaddrs.h32 struct ifaddrs *ifa_next; member in struct:ifaddrs
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Difaddrs.hin57 struct ifaddrs *ifa_next;
H A Dgetifaddrs.c641 ifl->ifa_next = ifa;
954 (*end)->ifa_next = NULL;
995 end = &(*end)->ifa_next;
1100 (*end)->ifa_next = NULL;
1141 end = &(*end)->ifa_next;
1170 while (base->ifa_next)
1171 base = base->ifa_next;
1173 base->ifa_next = supp;
1256 p = p->ifa_next;
1285 for(p = x; p; p = p->ifa_next) {
[all...]
/freebsd-10-stable/lib/libc/net/
H A Dif_nameindex.c97 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {
122 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {
H A Dif_indextoname.c70 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {
H A Dif_nametoindex.c87 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {
H A Dgetifaddrs.c251 ift = (ift->ifa_next = ift + 1);
322 ift = (ift->ifa_next = ift + 1);
330 ift->ifa_next = NULL;
H A Dsourcefilter.c103 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {
119 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {
/freebsd-10-stable/usr.bin/netstat/
H A Dif.c235 for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
260 for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
275 while(ifa->ifa_next != NULL &&
276 (strcmp(ifa->ifa_next->ifa_name, name) == 0)) {
277 ifa = ifa->ifa_next;
483 for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dget_addrs.c114 for (ifa = ifa0, num = 0; ifa != NULL; ifa = ifa->ifa_next, num++)
140 for (ifa = ifa0, idx = 0; ifa != NULL; ifa = ifa->ifa_next) {
181 for (ifa = ifa0; ifa != NULL; ifa = ifa->ifa_next) {
/freebsd-10-stable/contrib/libpcap/
H A Dfad-getad.c174 for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) {
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dnb_net.c114 for (p = ifp; p; p = p->ifa_next) {
/freebsd-10-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c592 } while ((ifaddrs_ptr = ifaddrs_ptr->ifa_next) != NULL);
634 } while ((ifaddrs_ptr = ifaddrs_ptr->ifa_next) != NULL);
846 curp = curp->ifa_next;
856 curp = curp->ifa_next;
867 curp = curp->ifa_next;
872 curp = curp->ifa_next;
944 curp = curp->ifa_next;
/freebsd-10-stable/usr.sbin/wake/
H A Dwake.c120 for (nifs = 0, ifa = ifap; ifa; ifa = ifa->ifa_next)
/freebsd-10-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c106 .ifa_next = NULL,
116 mock_ifaddr_storage[ifaddr_count - 1].ifaddr.ifa_next = ifaddr;
158 .ifa_next = NULL,
168 mock_ifaddr_storage[ifaddr_count - 1].ifaddr.ifa_next = ifaddr;
/freebsd-10-stable/usr.sbin/rpcbind/
H A Dutil.c192 for (ifap = ifp; ifap != NULL; ifap = ifap->ifa_next) {
381 for (ifap = ifp; ifap != NULL; ifap = ifap->ifa_next) {
/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dmulticast.c62 for (ifp = ifs; ifp; ifp = ifp->ifa_next) {
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
H A Difiter_getifaddrs.c251 iter->pos = iter->pos->ifa_next;
/freebsd-10-stable/usr.sbin/mld6query/
H A Dmld6.c218 for (ifap = ifa; ifap; ifap = ifap->ifa_next) {
/freebsd-10-stable/usr.sbin/rtsold/
H A Dif.c393 for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
/freebsd-10-stable/contrib/amd/libamu/
H A Dwire.c394 for (ifap = ifaddrs; ifap != NULL; ifap = ifap->ifa_next) {
/freebsd-10-stable/sbin/dhclient/
H A Ddispatch.c79 for (ifa = ifap; ifa != NULL; ifa = ifa->ifa_next) {
/freebsd-10-stable/usr.sbin/rarpd/
H A Drarpd.c338 for (ifa = ifhead; ifa != NULL; ifa = ifa->ifa_next)
340 for (ifa = ifhead; ifa != NULL; ifa = ifa->ifa_next)
/freebsd-10-stable/sbin/ifconfig/
H A Difconfig.c305 for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
1004 for (ift = ifa; ift != NULL; ift = ift->ifa_next) {
/freebsd-10-stable/usr.sbin/mtest/
H A Dmtest.c176 for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next) {

Completed in 231 milliseconds

12