Home
last modified time | relevance | path

Searched refs:INADDR_NONE (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D14_cidr_support.patch21 if ((addr = dot_quad_addr(string)) == INADDR_NONE)
23 if ((net = dot_quad_addr(net_tok)) == INADDR_NONE
24 - || (mask = dot_quad_addr(mask_tok)) == INADDR_NONE) {
25 + || ((mask = dot_quad_addr(mask_tok)) == INADDR_NONE
35 return (runs == 4 ? inet_addr(str) : INADDR_NONE);
57 if ((dot_quad_addr(pat) == INADDR_NONE
58 - || dot_quad_addr(mask) == INADDR_NONE)
59 + || dot_quad_addr(mask) == INADDR_NONE && cidr_mask_addr(mask) == 0)
63 if (dot_quad_addr(pat) == INADDR_NONE
64 - || dot_quad_addr(mask) == INADDR_NONE)
[all …]
H A D0001-Remove-fgets-extern-declaration.patch27 #ifndef INADDR_NONE
38 #ifndef INADDR_NONE
39 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
H A D11_usagi_fix.patch16 + && dot_quad_addr(string + 7) != INADDR_NONE)
27 - if ((*(u_int32_t *)&net.sin6_addr.s6_addr[12] = dot_quad_addr(net_tok)) == INADDR_NONE
28 - || (mask = dot_quad_addr(mask_tok)) == INADDR_NONE)
H A D0001-Fix-implicit-function-declaration-warnings.patch38 #ifndef INADDR_NONE
39 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
H A D10_usagi-ipv6.patch107 + && dot_quad_addr(string + 7) != INADDR_NONE) {
189 if ((net = dot_quad_addr(net_tok)) == INADDR_NONE
190 || (mask = dot_quad_addr(mask_tok)) == INADDR_NONE) {
221 + if ((*(u_int32_t *)&net.sin6_addr.s6_addr[12] = dot_quad_addr(net_tok)) == INADDR_NONE
222 + || (mask = dot_quad_addr(mask_tok)) == INADDR_NONE)
514 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
985 + if ((dot_quad_addr(pat) == INADDR_NONE
986 + || dot_quad_addr(mask) == INADDR_NONE)
990 if (dot_quad_addr(pat) == INADDR_NONE
991 || dot_quad_addr(mask) == INADDR_NONE)
/OK3568_Linux_fs/buildroot/package/snort/
H A D0002-configure.in-Allow-to-override-the-INADDR_NONE-check.patch4 Subject: [PATCH] configure.in: Allow to override the INADDR_NONE check
7 compilation environment to check if INADDR_NONE is defined.
9 In the context of Buildroot, INADDR_NONE is always defined.
26 # In case INADDR_NONE is not defined (like on Solaris)
27 +AC_CACHE_CHECK([for INADDR_NONE], [have_inaddr_none], [
29 -AC_MSG_CHECKING([for INADDR_NONE])
41 AC_DEFINE([INADDR_NONE],[-1],[For INADDR_NONE definition])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch21 # In case INADDR_NONE is not defined (like on Solaris)
23 AC_MSG_CHECKING([for INADDR_NONE])
32 - if (inet_addr("10,5,2") == INADDR_NONE);
40 AC_DEFINE([INADDR_NONE],[-1],[For INADDR_NONE definition])
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsroot.c45 __be32 srvaddr = htonl(INADDR_NONE); in cifs_root_setup()
85 if (!root_dev[0] || root_server_addr == htonl(INADDR_NONE)) { in cifs_root_data()
/OK3568_Linux_fs/buildroot/package/pptp-linux/
H A D0001-susv3-legacy.patch12 if (localbind.s_addr != INADDR_NONE) {
24 if (localbind.s_addr != INADDR_NONE) {
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfsroot.c106 static __be32 servaddr __initdata = htonl(INADDR_NONE);
305 if (servaddr == htonl(INADDR_NONE)) { in nfs_root_data()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Din.h290 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Din.h285 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Din.h285 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Din.h290 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Din.h198 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Din.h198 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhashswf.c134 if (sa.sin_addr.s_addr == INADDR_NONE) in HTTP_get()
H A Drtmp.c886 if (service->sin_addr.s_addr == INADDR_NONE) in add_addr_info()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c1144 if (inet_addr(optarg) == INADDR_NONE) in main()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipconfig.c100 #define NONE cpu_to_be32(INADDR_NONE)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-17269 * INADDR_NONE: (libc)Host Address Data Type.
3152 * INADDR_NONE: Host Address Data Type.
H A Dlibc.info-7269 * INADDR_NONE: (libc)Host Address Data Type.
5125 -- Macro: uint32_t INADDR_NONE
5178 is not valid, ‘inet_addr’ returns ‘INADDR_NONE’. This is an
5180 is obsolete because ‘INADDR_NONE’ is a valid address
H A Ddir1030 * INADDR_NONE: (libc)Host Address Data Type.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-17269 * INADDR_NONE: (libc)Host Address Data Type.
3152 * INADDR_NONE: Host Address Data Type.
H A Dlibc.info-7269 * INADDR_NONE: (libc)Host Address Data Type.
5125 -- Macro: uint32_t INADDR_NONE
5178 is not valid, ‘inet_addr’ returns ‘INADDR_NONE’. This is an
5180 is obsolete because ‘INADDR_NONE’ is a valid address

123