| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 14_cidr_support.patch | 21 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 D | 0001-Remove-fgets-extern-declaration.patch | 27 #ifndef INADDR_NONE 38 #ifndef INADDR_NONE 39 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
|
| H A D | 11_usagi_fix.patch | 16 + && 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 D | 0001-Fix-implicit-function-declaration-warnings.patch | 38 #ifndef INADDR_NONE 39 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */
|
| H A D | 10_usagi-ipv6.patch | 107 + && 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 D | 0002-configure.in-Allow-to-override-the-INADDR_NONE-check.patch | 4 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 D | disable-run-test-program-while-cross-compiling.patch | 21 # 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 D | cifsroot.c | 45 __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 D | 0001-susv3-legacy.patch | 12 if (localbind.s_addr != INADDR_NONE) { 24 if (localbind.s_addr != INADDR_NONE) {
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfsroot.c | 106 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 D | in.h | 290 #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 D | in.h | 285 #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 D | in.h | 285 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | in.h | 290 #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 D | in.h | 198 #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 D | in.h | 198 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | hashswf.c | 134 if (sa.sin_addr.s_addr == INADDR_NONE) in HTTP_get()
|
| H A D | rtmp.c | 886 if (service->sin_addr.s_addr == INADDR_NONE) in add_addr_info()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpgw.c | 1144 if (inet_addr(optarg) == INADDR_NONE) in main()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ipconfig.c | 100 #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 D | libc.info-17 | 269 * INADDR_NONE: (libc)Host Address Data Type. 3152 * INADDR_NONE: Host Address Data Type.
|
| H A D | libc.info-7 | 269 * 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 D | dir | 1030 * 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 D | libc.info-17 | 269 * INADDR_NONE: (libc)Host Address Data Type. 3152 * INADDR_NONE: Host Address Data Type.
|
| H A D | libc.info-7 | 269 * 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
|