Home
last modified time | relevance | path

Searched refs:LOOPBACK_IFNAME (Results 1 – 5 of 5) sorted by relevance

/minix/minix/tests/
H A Dsocklib.h8 #define LOOPBACK_IFNAME "lo0" /* loopback interface name */ macro
H A Dtest94.c40 #define LOOPBACK_IFNAME "lo0" macro
344 strlcpy(ifr.ifr_name, LOOPBACK_IFNAME, sizeof(ifr.ifr_name)); in test94_setup()
1558 strlcpy(ifr.ifr_name, LOOPBACK_IFNAME, sizeof(ifr.ifr_name)); in test94f()
1817 if (strcmp(ifr.ifr_name, LOOPBACK_IFNAME) != 0) e(0); in test94h()
1824 strlcpy(ifr.ifr_name, LOOPBACK_IFNAME, sizeof(ifr.ifr_name)); in test94h()
1835 strlcpy(ifr.ifr_name, LOOPBACK_IFNAME, sizeof(ifr.ifr_name)); in test94h()
2156 strlcpy(ifr.ifr_name, LOOPBACK_IFNAME, sizeof(ifr.ifr_name)); in test94i()
2340 if (strcmp(bde[slot].bde_ifname, LOOPBACK_IFNAME) != 0) e(0); in test94j()
H A Dsocklib.c30 #define LOOPBACK_IFNAME "lo0" /* loopback interface name */ macro
712 ifindex = if_nametoindex(LOOPBACK_IFNAME); in socklib_multicast_tx_options()
1500 ifindex = if_nametoindex(LOOPBACK_IFNAME); in socklib_test_addrs()
1577 if (!strcmp(name, LOOPBACK_IFNAME)) in socklib_test_addrs()
2019 if (strcmp(ifp->ifa_name, LOOPBACK_IFNAME) == 0) in socklib_test_addrs()
2361 ifindex = if_nametoindex(LOOPBACK_IFNAME); in socklib_test_multicast()
3466 if (strcmp(name, LOOPBACK_IFNAME)) in socklib_test_multicast()
H A Dtest91.c1064 ifindex = if_nametoindex(LOOPBACK_IFNAME); in sub91b()
1340 ifindex = if_nametoindex(LOOPBACK_IFNAME); in sub91c_udp()
2016 ifindex = if_nametoindex(LOOPBACK_IFNAME); in test91g()
2357 ifindex = if_nametoindex(LOOPBACK_IFNAME); in test91h()
/minix/minix/net/lwip/
H A Difconf.c10 #define LOOPBACK_IFNAME "lo0" /* name of the loopback interface */ macro
38 if ((r = ifdev_create(LOOPBACK_IFNAME)) != OK) in ifconf_init()
41 if ((ifdev = ifdev_find_by_name(LOOPBACK_IFNAME)) == NULL) in ifconf_init()