Searched refs:scope_id (Results 1 - 25 of 43) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dconnecthostport.h15 unsigned int scope_id);
H A Dreceivedata.h16 int timeout, unsigned int * scope_id);
H A Dminiwget.c327 const char * httpversion, unsigned int scope_id,
338 s = connecthostport(host, port, scope_id);
432 unsigned int scope_id, struct UPNPDevInfo *devinfo)
438 addr_str, addr_str_len, "1.1", scope_id, devinfo);
441 addr_str, addr_str_len, "1.0", scope_id);
449 addr_str, addr_str_len, "1.1", scope_id);
471 char * * path, unsigned int * scope_id)
490 if(p2 && scope && scope < p2 && scope_id) {
504 *scope_id = if_nametoindex(tmp);
505 if(*scope_id
324 miniwget3(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, const char * httpversion, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
429 miniwget2(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
469 parseURL(const char * url, char * hostname, unsigned short * port, char * * path, unsigned int * scope_id) argument
574 miniwget(const char * url, int * size, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
591 miniwget_getaddr(const char * url, int * size, char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr) argument
[all...]
H A Dreceivedata.c41 int timeout, unsigned int * scope_id)
97 printf("scope_id=%u\n", src_addr6->sin6_scope_id);
99 if(scope_id)
100 *scope_id = src_addr6->sin6_scope_id;
39 receivedata(int socket, char * data, int length, int timeout, unsigned int * scope_id) argument
H A Dminiupnpc.c359 unsigned int scope_id = 0; local
652 n = receivedata(sudp, bufr, sizeof(bufr), delay, &scope_id);
711 tmp->scope_id = scope_id;
794 const char * url, unsigned int scope_id)
824 if(scope_id != 0) {
826 if(if_indextoname(scope_id, ifname)) {
831 l += 3 + snprintf(scope_str, sizeof(scope_str), "%u", scope_id);
837 if(scope_id != 0) {
868 const char * descURL, unsigned int scope_id)
793 build_absolute_url(const char * baseurl, const char * descURL, const char * url, unsigned int scope_id) argument
867 GetUPNPUrls(struct UPNPUrls * urls, struct IGDdatas * data, const char * descURL, unsigned int scope_id) argument
[all...]
H A Dminiupnpc.h47 unsigned int scope_id; member in struct:UPNPDev
H A Dconnecthostport.c63 unsigned int scope_id)
189 if(p->ai_addr->sa_family == AF_INET6 && scope_id > 0) {
191 addr6->sin6_scope_id = scope_id;
62 connecthostport(const char * host, unsigned short port, unsigned int scope_id) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dconnecthostport.h15 unsigned int scope_id);
H A Dreceivedata.h16 int timeout, unsigned int * scope_id);
H A Dminiwget.c327 const char * httpversion, unsigned int scope_id,
338 s = connecthostport(host, port, scope_id);
432 unsigned int scope_id, struct UPNPDevInfo *devinfo)
438 addr_str, addr_str_len, "1.1", scope_id, devinfo);
441 addr_str, addr_str_len, "1.0", scope_id);
449 addr_str, addr_str_len, "1.1", scope_id);
471 char * * path, unsigned int * scope_id)
490 if(p2 && scope && scope < p2 && scope_id) {
504 *scope_id = if_nametoindex(tmp);
505 if(*scope_id
324 miniwget3(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, const char * httpversion, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
429 miniwget2(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
469 parseURL(const char * url, char * hostname, unsigned short * port, char * * path, unsigned int * scope_id) argument
574 miniwget(const char * url, int * size, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
591 miniwget_getaddr(const char * url, int * size, char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr) argument
[all...]
H A Dreceivedata.c41 int timeout, unsigned int * scope_id)
97 printf("scope_id=%u\n", src_addr6->sin6_scope_id);
99 if(scope_id)
100 *scope_id = src_addr6->sin6_scope_id;
39 receivedata(int socket, char * data, int length, int timeout, unsigned int * scope_id) argument
H A Dminiupnpc.c359 unsigned int scope_id = 0; local
652 n = receivedata(sudp, bufr, sizeof(bufr), delay, &scope_id);
711 tmp->scope_id = scope_id;
794 const char * url, unsigned int scope_id)
824 if(scope_id != 0) {
826 if(if_indextoname(scope_id, ifname)) {
831 l += 3 + snprintf(scope_str, sizeof(scope_str), "%u", scope_id);
837 if(scope_id != 0) {
868 const char * descURL, unsigned int scope_id)
793 build_absolute_url(const char * baseurl, const char * descURL, const char * url, unsigned int scope_id) argument
867 GetUPNPUrls(struct UPNPUrls * urls, struct IGDdatas * data, const char * descURL, unsigned int scope_id) argument
[all...]
H A Dminiupnpc.h47 unsigned int scope_id; member in struct:UPNPDev
H A Dconnecthostport.c63 unsigned int scope_id)
189 if(p->ai_addr->sa_family == AF_INET6 && scope_id > 0) {
191 addr6->sin6_scope_id = scope_id;
62 connecthostport(const char * host, unsigned short port, unsigned int scope_id) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dconnecthostport.h15 unsigned int scope_id);
H A Dreceivedata.h16 int timeout, unsigned int * scope_id);
H A Dminiwget.c327 const char * httpversion, unsigned int scope_id,
338 s = connecthostport(host, port, scope_id);
432 unsigned int scope_id, struct UPNPDevInfo *devinfo)
438 addr_str, addr_str_len, "1.1", scope_id, devinfo);
441 addr_str, addr_str_len, "1.0", scope_id);
449 addr_str, addr_str_len, "1.1", scope_id);
471 char * * path, unsigned int * scope_id)
490 if(p2 && scope && scope < p2 && scope_id) {
504 *scope_id = if_nametoindex(tmp);
505 if(*scope_id
324 miniwget3(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, const char * httpversion, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
429 miniwget2(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
469 parseURL(const char * url, char * hostname, unsigned short * port, char * * path, unsigned int * scope_id) argument
574 miniwget(const char * url, int * size, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
591 miniwget_getaddr(const char * url, int * size, char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr) argument
[all...]
H A Dreceivedata.c41 int timeout, unsigned int * scope_id)
97 printf("scope_id=%u\n", src_addr6->sin6_scope_id);
99 if(scope_id)
100 *scope_id = src_addr6->sin6_scope_id;
39 receivedata(int socket, char * data, int length, int timeout, unsigned int * scope_id) argument
H A Dminiupnpc.c359 unsigned int scope_id = 0; local
652 n = receivedata(sudp, bufr, sizeof(bufr), delay, &scope_id);
711 tmp->scope_id = scope_id;
794 const char * url, unsigned int scope_id)
824 if(scope_id != 0) {
826 if(if_indextoname(scope_id, ifname)) {
831 l += 3 + snprintf(scope_str, sizeof(scope_str), "%u", scope_id);
837 if(scope_id != 0) {
868 const char * descURL, unsigned int scope_id)
793 build_absolute_url(const char * baseurl, const char * descURL, const char * url, unsigned int scope_id) argument
867 GetUPNPUrls(struct UPNPUrls * urls, struct IGDdatas * data, const char * descURL, unsigned int scope_id) argument
[all...]
H A Dminiupnpc.h47 unsigned int scope_id; member in struct:UPNPDev
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Daddr.c176 unsigned long scope_id = 0; local
181 scope_id = dev->ifindex;
184 if (strict_strtoul(p, 10, &scope_id) == 0) {
192 sin6->sin6_scope_id = scope_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Daddr.c176 unsigned long scope_id = 0; local
181 scope_id = dev->ifindex;
184 if (strict_strtoul(p, 10, &scope_id) == 0) {
192 sin6->sin6_scope_id = scope_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil_net.c91 unsigned int scope_id = 0; local
101 if (p && (p > str) && ((scope_id = if_nametoindex(p+1)) != 0)) {
138 if (pss->ss_family == AF_INET6 && scope_id) {
142 ps6->sin6_scope_id = scope_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil_net.c91 unsigned int scope_id = 0; local
101 if (p && (p > str) && ((scope_id = if_nametoindex(p+1)) != 0)) {
138 if (pss->ss_family == AF_INET6 && scope_id) {
142 ps6->sin6_scope_id = scope_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil_net.c91 unsigned int scope_id = 0; local
101 if (p && (p > str) && ((scope_id = if_nametoindex(p+1)) != 0)) {
138 if (pss->ss_family == AF_INET6 && scope_id) {
142 ps6->sin6_scope_id = scope_id;

Completed in 264 milliseconds

12