Searched defs:in_addr_t (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/libfido2/openbsd-compat/ |
| H A D | types.h | 21 typedef uint32_t in_addr_t; typedef
|
| /freebsd/include/arpa/ |
| H A D | inet.h | 83 typedef uint32_t in_addr_t; typedef
|
| /freebsd/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 650 [ AC_CHECK_TYPE(in_addr_t, [], [AC_DEFINE([in_addr_t], [uint32_t], [in_addr_t])], [ definition
|
| /freebsd/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 600 [ AC_CHECK_TYPE(in_addr_t, [], [AC_DEFINE([in_addr_t], [uint32_t], [in_addr_t])], [ definition
|
| H A D | configure.ac | 938 AC_CHECK_TYPE(in_addr_t, [], [AC_DEFINE([in_addr_t], [uint32_t], [in_addr_t])], [ global() definition
|
| /freebsd/include/ |
| H A D | netdb.h | 64 typedef __uint32_t in_addr_t; typedef
|
| /freebsd/sys/sys/ |
| H A D | types.h | 128 typedef __uint32_t in_addr_t; /* base type for internet address */ typedef
|
| /freebsd/crypto/openssh/ |
| H A D | defines.h | 407 typedef u_int32_t in_addr_t; typedef
|
| /freebsd/sys/netinet/ |
| H A D | in.h | 64 typedef uint32_t in_addr_t; typedef [all...] |