Searched refs:getifaddrs (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.h59 extern int getifaddrs __P((struct ifaddrs **));
H A Dlease.c357 if (getifaddrs(&ifap) < 0) {
358 dprintf(LOG_ERR, "getifaddrs error");
H A Difaddrs.c418 getifaddrs (struct ifaddrs **ifap) function
H A Dcommon.c398 if (getifaddrs(&ifap) != 0) {
399 err(1, "getifaddr: getifaddrs");
492 if (getifaddrs(&ifap) != 0) {
493 err(1, "getdev: getifaddrs");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.h59 extern int getifaddrs __P((struct ifaddrs **));
H A Dlease.c357 if (getifaddrs(&ifap) < 0) {
358 dprintf(LOG_ERR, "getifaddrs error");
H A Difaddrs.c418 getifaddrs (struct ifaddrs **ifap) function
H A Dcommon.c398 if (getifaddrs(&ifap) != 0) {
399 err(1, "getifaddr: getifaddrs");
492 if (getifaddrs(&ifap) != 0) {
493 err(1, "getdev: getifaddrs");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dif2ip.c74 if(getifaddrs(&head) >= 0) {
96 if(getifaddrs(&head) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dfad-getad.c166 * of "getifaddrs()" now, or in the future, will return
169 if (getifaddrs(&ifap) != 0) {
171 "getifaddrs: %s", pcap_strerror(errno));
H A Dconfigure8378 { echo "$as_me:$LINENO: checking for getifaddrs" >&5
8379 echo $ECHO_N "checking for getifaddrs... $ECHO_C" >&6; }
8389 /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs.
8391 #define getifaddrs innocuous_getifaddrs
8394 which can conflict with char getifaddrs (); below.
8404 #undef getifaddrs
8412 char getifaddrs ();
8423 return getifaddrs ();
8462 # We have "getifaddrs()"; mak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dgetifaddr.c76 if (getifaddrs(&ifap) != 0)
78 DPRINTF(E_ERROR, L_GENERAL, "getifaddrs(): %s\n", strerror(errno));
187 if (getifaddrs(&ifap) != 0)
189 DPRINTF(E_ERROR, L_GENERAL, "getifaddrs(): %s\n", strerror(errno));
H A Dconfigure8826 for ac_func in gethostname getifaddrs gettimeofday inet_ntoa memmove memset mkdir realpath select sendfile setlocale socket strcasecmp strchr strdup strerror strncasecmp strpbrk strrchr strstr strtol strtoul
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Ddevice-bsd44.c157 if (getifaddrs(&addresses) != 0)
159 flog(LOG_ERR, "getifaddrs failed: %s(%d)", strerror(errno), errno);
H A Dgram.y439 if (getifaddrs(&ifap) != 0)
440 flog(LOG_ERR, "getifaddrs failed: %s", strerror(errno));
H A Dgram.c1999 if (getifaddrs(&ifap) != 0)
2000 flog(LOG_ERR, "getifaddrs failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Ddevice-bsd44.c157 if (getifaddrs(&addresses) != 0)
159 flog(LOG_ERR, "getifaddrs failed: %s(%d)", strerror(errno), errno);
H A Dgram.y439 if (getifaddrs(&ifap) != 0)
440 flog(LOG_ERR, "getifaddrs failed: %s", strerror(errno));
H A Dgram.c1994 if (getifaddrs(&ifap) != 0)
1995 flog(LOG_ERR, "getifaddrs failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgrabmyaddr.c199 static int getifaddrs(struct ifaddrs **ifa0) function
335 if (getifaddrs(&ifa0)) {
337 "getifaddrs failed: %s\n", strerror(errno));
H A Dconfigure4371 for ac_func in getifaddrs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dif_ioctl.c217 ret = getifaddrs (&ifap);
221 zlog_err ("getifaddrs(): %s", strerror (errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure31803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getifaddrs can be linked" >&5
31804 $as_echo_n "checking if getifaddrs can be linked... " >&6; }
31809 #define getifaddrs innocuous_getifaddrs
31815 #undef getifaddrs
31819 char getifaddrs ();
31826 return getifaddrs ();
31849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getifaddrs is prototyped" >&5
31850 $as_echo_n "checking if getifaddrs is prototyped... " >&6; }
31858 $EGREP "getifaddrs" >/dev/null 2>&1; then :
31876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getifaddrs i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/
H A Dconfigure4838 for ac_func in bcopy bzero strerror inet_aton daemon snprintf vsnprintf strlcat strlcpy if_nametoindex if_indextoname getifaddrs

Completed in 686 milliseconds