Home
last modified time | relevance | path

Searched refs:inet_net_pton (Results 1 – 25 of 235) sorted by last modified time

12345678910

/dports/www/janus/janus-gateway-0.11.6/transports/
H A Djanus_websockets.c417 if(inet_net_pton(AF_INET, ip, &addr, sizeof(addr)) > 0) in janus_websockets_create_ws_server()
/dports/mail/spamd/spamd-4.9.1/spamd-setup/
H A Dspamd-setup.c217 if (inet_net_pton(AF_INET, astring, &c.addr, sizeof(c.addr)) in parse_netblock()
231 if (inet_net_pton(AF_INET, astring, &start->addr, in parse_netblock()
235 if (inet_net_pton(AF_INET, astring2, &end->addr, in parse_netblock()
244 if (inet_net_pton(AF_INET, astring, &start->addr, in parse_netblock()
/dports/ftp/tnftpd/tnftpd-20200704/
H A Dtnftpd.h453 int inet_net_pton(int, const char *, void *, size_t);
H A Dconfigure.ac284 inet_net_pton inet_ntop inet_pton mkstemp \
/dports/ftp/tnftpd/tnftpd-20200704/src/
H A Dftpd.c1224 if ((bits = inet_net_pton(his_addr.su_family, p, net, in checkuser()
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A DMakefile.in192 libcares_la-bitncmp.lo libcares_la-inet_net_pton.lo \
272 ./$(DEPDIR)/libcares_la-inet_net_pton.Plo \
588 inet_net_pton.c \
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-inet_net_pton.Plo@am__quote@ # am--inc…
1168 libcares_la-inet_net_pton.lo: inet_net_pton.c
1169inet_net_pton.lo -MD -MP -MF $(DEPDIR)/libcares_la-inet_net_pton.Tpo -c -o libcares_la-inet_net_pt…
1170 …C_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-inet_net_pton.Tpo $(DEPDIR)/libcares_la-inet_net…
1173 …_CFLAGS) $(CFLAGS) -c -o libcares_la-inet_net_pton.lo `test -f 'inet_net_pton.c' || echo '$(srcdir…
1450 -rm -f ./$(DEPDIR)/libcares_la-inet_net_pton.Plo
1551 -rm -f ./$(DEPDIR)/libcares_la-inet_net_pton.Plo
/dports/dns/libbind/libbind-6.0/irs/
H A Dnis_nw.c328 pvt->nwent.n_length = inet_net_pton(AF_INET, cp, in makenwent()
H A Dirpmarshall.c1438 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_nw()
1611 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_ne()
H A Dlcl_nw.c286 pvt->net.n_length = inet_net_pton(AF_INET, cp, pvt->addr, in nw_next()
/dports/dns/bind911/bind-9.11.37/
H A DCHANGES9230 2426. [bug] libbind: inet_net_pton() can sometimes return the
/dports/dns/bind916/bind-9.16.27/
H A DCHANGES11447 2426. [bug] libbind: inet_net_pton() can sometimes return the
/dports/dns/bind-tools/bind-9.16.27/
H A DCHANGES11447 2426. [bug] libbind: inet_net_pton() can sometimes return the
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/arpa/
H A Dinet.h142 int inet_net_pton(int, const char *, void *, size_t)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/arpa/
H A Dinet.h89 int inet_net_pton(int, const char *, void *, __darwin_size_t);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/arpa/
H A Dinet.h89 int inet_net_pton(int, const char *, void *, __darwin_size_t);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/arpa/
H A Dinet.h89 extern int inet_net_pton (int __af, const char *__cp,
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/arpa/
H A Dinet.h89 extern int inet_net_pton (int __af, const char *__cp,
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A DMakefile.inc49 inet_net_pton.c \
H A Dares_inet_net_pton.h20 #define ares_inet_net_pton(w,x,y,z) inet_net_pton(w,x,y,z)
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares_config.h.cmake138 /* Define to 1 if you have a IPv6 capable working inet_net_pton function. */
H A Dares_inet_net_pton.h20 #define ares_inet_net_pton(w,x,y,z) inet_net_pton(w,x,y,z)
H A DMakefile.inc55 inet_net_pton.c \
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/m4/
H A Dcares-functions.m41806 dnl Verify if inet_net_pton is available, prototyped, can
1823 AC_MSG_CHECKING([if inet_net_pton can be linked])
1825 AC_LANG_FUNC_LINK_TRY([inet_net_pton])
1835 AC_MSG_CHECKING([if inet_net_pton is prototyped])
1836 AC_EGREP_CPP([inet_net_pton],[
1848 AC_MSG_CHECKING([if inet_net_pton is compilable])
1853 if(0 != inet_net_pton(0, 0, 0, 0))
1868 AC_MSG_CHECKING([if inet_net_pton seems to work])
1886 if(32 != inet_net_pton(AF_INET, ipv4net1, ipv4a, 4))
2003 AC_MSG_CHECKING([if inet_net_pton usage allowed])
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/
H A DCHANGES.08 o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory
969 - Dominick Meglio: Provided implementations of inet_net_pton and inet_pton
/dports/devel/grpc/grpc-1.42.0/
H A Dgrpc.gemspec2103 s.files += %w( third_party/cares/cares/inet_net_pton.c )

12345678910