Searched refs:_res (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnslookup.c105 server = xmalloc_sockaddr2dotted_noport((struct sockaddr*)&_res.nsaddr_list[0]);
108 * _res._u._ext_.nsaddrs[MAXNS] (of type "struct sockaddr_in6*" each)
110 * _res.nsaddr_list[] or _res._u._ext_.nsaddrs[], or both?
118 /* alter the global _res nameserver structure to use
125 _res.nscount = 1;
126 _res.nsaddr_list[0].sin_addr = server_in_addr;
142 /* initialize DNS structure _res used in printing the default
147 /*_res.options |= RES_USE_INET6;*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dpython.c80 static int pcall(struct pymelem *pymelem, const char *attr, PyObject *args, PyObject **_res) argument
85 if (_res)
86 *_res = NULL;
102 if (_res && PyTuple_Check(res)) {
103 *_res = res;
117 if (_res)
118 *_res = NULL;
121 if (_res && *_res)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DDNSUtil.c524 if ((_res.defdname != NULL) && (_res.defdname[0] != '\0')) {
525 STRNCPY(domain, _res.defdname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dinet_common.c65 _res.options |= RES_DEBUG;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl623 $_res="16(%rsp)"; # len&15
690 mov %rcx,$_res
717 mov $_res,%rcx
744 mov %rax,$_res
769 mov %rcx,$_res
791 mov $_res,%rcx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/asm/
H A Dcmll-x86_64.pl623 $_res="16(%rsp)"; # len&15
690 mov %rcx,$_res
717 mov $_res,%rcx
744 mov %rax,$_res
769 mov %rcx,$_res
791 mov $_res,%rcx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Doid_mgt.c525 void *cache, *_res = NULL; local
556 _res = response->data;
560 _res = cache;
564 res->u = ret ? 0 : le32_to_cpu(*(u32 *) _res);
571 memcpy(res->ptr, _res, reslen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h78 int _res; \
79 _res = (n) % (b); \
81 _res; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/mscan/
H A Dmscan.h142 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c513 static inline int gdbstub_read_dword(const void *addr, uint32_t *_res) argument
526 *_res = res;
547 static inline int gdbstub_read_word(const void *addr, uint16_t *_res) argument
560 *_res = res;
581 static inline int gdbstub_read_byte(const void *addr, uint8_t *_res) argument
594 *_res = res;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dlibsbew.h239 int _res[4]; member in struct:sbecom_port_param
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c986 if (!(_res.options & RES_INIT))
988 _res.options |= RES_USE_INET6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c985 if (!(_res.options & RES_INIT))
987 _res.options |= RES_USE_INET6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanohttp.c985 if (!(_res.options & RES_INIT))
987 _res.options |= RES_USE_INET6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c986 if (!(_res.options & RES_INIT))
988 _res.options |= RES_USE_INET6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure7961 echo $ac_n "checking for useable _res global variable""... $ac_c" 1>&6
7962 echo "configure:7963: checking for useable _res global variable" >&5
7987 len = (int) strlen(_res.defdname);

Completed in 161 milliseconds