Searched refs:getifaddr (Results 26 - 50 of 72) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dtestupnpdescgen.c47 int getifaddr(const char * ifname, char * buf, int len) function
H A DMakefile59 getifaddr.o process.o upnpglobalvars.o \
133 minidlna.o: upnphttp.h upnpdescgen.h minidlnapath.h getifaddr.h upnpsoap.h
140 upnpsoap.o: upnphttp.h upnpsoap.h upnpreplyparse.h getifaddr.h log.h
143 getifaddr.o: getifaddr.h log.h
H A Dgetifaddr.c64 #include "getifaddr.h"
73 getifaddr(const char *ifname) function
326 getifaddr(runtime_vars.ifaces[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dtestupnpdescgen.c47 int getifaddr(const char * ifname, char * buf, int len) function
H A DMakefile59 getifaddr.o process.o upnpglobalvars.o \
133 minidlna.o: upnphttp.h upnpdescgen.h minidlnapath.h getifaddr.h upnpsoap.h
140 upnpsoap.o: upnphttp.h upnpsoap.h upnpreplyparse.h getifaddr.h log.h
143 getifaddr.o: getifaddr.h log.h
H A Dgetifaddr.c64 #include "getifaddr.h"
73 getifaddr(const char *ifname) function
326 getifaddr(runtime_vars.ifaces[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A DMakefile59 getifaddr.o process.o upnpglobalvars.o \
133 minidlna.o: upnphttp.h upnpdescgen.h minidlnapath.h getifaddr.h upnpsoap.h
140 upnpsoap.o: upnphttp.h upnpsoap.h upnpreplyparse.h getifaddr.h log.h
143 getifaddr.o: getifaddr.h log.h
H A Dgetifaddr.c64 #include "getifaddr.h"
73 getifaddr(const char *ifname) function
326 getifaddr(runtime_vars.ifaces[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A DMakefile101 upnpredirect.o getifaddr.o daemonize.o upnpglobalvars.o \
138 TESTGETIFADDROBJS = testgetifaddr.o getifaddr.o
141 TESTPORTINUSEOBJS = testportinuse.o portinuse.o getifaddr.o
H A Dgetifaddr.c1 /* $Id: getifaddr.c,v 1.19 2013/12/13 14:28:40 nanard Exp $ */
23 #include "getifaddr.h"
32 getifaddr(const char * ifname, char * buf, int len, function
206 if(getifaddr(ifname, NULL, 0, &addr4, NULL) < 0)
H A Dtestupnpdescgen.c20 #include "getifaddr.h"
43 int getifaddr(const char * ifname, char * buf, int len, struct in_addr * addr, struct in_addr * mask) function
H A Dportinuse.c47 #include "getifaddr.h"
77 if(getifaddr(if_name, ip_addr_str, INET_ADDRSTRLEN, &ip_addr, NULL) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A DMakefile101 upnpredirect.o getifaddr.o daemonize.o upnpglobalvars.o \
138 TESTGETIFADDROBJS = testgetifaddr.o getifaddr.o
141 TESTPORTINUSEOBJS = testportinuse.o portinuse.o getifaddr.o
H A Dgetifaddr.c1 /* $Id: getifaddr.c,v 1.19 2013/12/13 14:28:40 nanard Exp $ */
23 #include "getifaddr.h"
32 getifaddr(const char * ifname, char * buf, int len, function
206 if(getifaddr(ifname, NULL, 0, &addr4, NULL) < 0)
H A Dtestupnpdescgen.c20 #include "getifaddr.h"
43 int getifaddr(const char * ifname, char * buf, int len, struct in_addr * addr, struct in_addr * mask) function
H A Dportinuse.c47 #include "getifaddr.h"
77 if(getifaddr(if_name, ip_addr_str, INET_ADDRSTRLEN, &ip_addr, NULL) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A DMakefile101 upnpredirect.o getifaddr.o daemonize.o upnpglobalvars.o \
138 TESTGETIFADDROBJS = testgetifaddr.o getifaddr.o
141 TESTPORTINUSEOBJS = testportinuse.o portinuse.o getifaddr.o
H A Dgetifaddr.c1 /* $Id: getifaddr.c,v 1.19 2013/12/13 14:28:40 nanard Exp $ */
23 #include "getifaddr.h"
32 getifaddr(const char * ifname, char * buf, int len, function
206 if(getifaddr(ifname, NULL, 0, &addr4, NULL) < 0)
H A Dtestupnpdescgen.c20 #include "getifaddr.h"
43 int getifaddr(const char * ifname, char * buf, int len, struct in_addr * addr, struct in_addr * mask) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/linux/
H A Difacewatcher.c57 #include "../getifaddr.h"
118 if (getifaddr(ifname, ifstraddr, 16) < 0)
120 syslog(LOG_DEBUG, "getifaddr(%s, ifaddr, 16) failed", ifname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/linux/
H A Difacewatcher.c57 #include "../getifaddr.h"
118 if (getifaddr(ifname, ifstraddr, 16) < 0)
120 syslog(LOG_DEBUG, "getifaddr(%s, ifaddr, 16) failed", ifname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/linux/
H A Difacewatcher.c57 #include "../getifaddr.h"
118 if (getifaddr(ifname, ifstraddr, 16) < 0)
120 syslog(LOG_DEBUG, "getifaddr(%s, ifaddr, 16) failed", ifname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Ddsl.c228 ipaddr = getifaddr("vlan2", AF_INET, GIF_PREFIXLEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Ddsl.c228 ipaddr = getifaddr("vlan2", AF_INET, GIF_PREFIXLEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Ddsl.c228 ipaddr = getifaddr("vlan2", AF_INET, GIF_PREFIXLEN);

Completed in 235 milliseconds

123