HomeSort by: relevance | last modified time | path
    Searched refs:NI_MAXSERV (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.h 118 #ifndef NI_MAXSERV
119 # define NI_MAXSERV 32
120 #endif /* !NI_MAXSERV */
  /src/external/bsd/unbound/dist/compat/
fake-rfc2553.h 111 #ifndef NI_MAXSERV
112 # define NI_MAXSERV 32
113 #endif /* !NI_MAXSERV */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d 219 enum NI_MAXSERV = 32; // non-standard
303 enum NI_MAXSERV = 32; // non-standard
387 enum NI_MAXSERV = 32; // non-standard
494 enum NI_MAXSERV = 32; // non-standard
582 enum NI_MAXSERV = 32; // non-standard
689 enum NI_MAXSERV = 32; // non-standard
773 enum NI_MAXSERV = 32;
856 enum NI_MAXSERV = 32; // non-standard
931 NI_MAXSERV = 32,
1015 enum NI_MAXSERV = 32; // non-standar
    [all...]
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 116 #undef NI_MAXSERV
119 #define NI_MAXSERV 32
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getaddrinfo_hostspec.c 49 char portstr[NI_MAXSERV];
getnameinfo_verified.c 56 char servbuf[NI_MAXSERV];
mini_inetd.c 182 char portstr[NI_MAXSERV];
roken-common.h 258 #define NI_MAXSERV 32
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 116 #undef NI_MAXSERV
119 #define NI_MAXSERV 32
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 227 #define NI_MAXSERV 32
  /src/crypto/dist/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 278 char abuf[(NI_MAXHOST + NI_MAXSERV + 3) * 2 + 2];
373 char tmp1[NI_MAXHOST + NI_MAXSERV + 3], tmp2[sizeof(tmp1)];
389 char serv[NI_MAXSERV];
  /src/external/mit/libuv/dist/include/uv/
unix.h 77 #ifndef NI_MAXSERV
78 # define NI_MAXSERV 32
357 char service[NI_MAXSERV]; \
  /src/usr.sbin/tcpdrop/
tcpdrop.c 72 char serv[NI_MAXSERV];
  /src/external/mit/libuv/dist/src/win/
getnameinfo.c 44 WCHAR service[NI_MAXSERV];
  /src/crypto/external/bsd/openssh/dist/
canohost.c 133 char strport[NI_MAXSERV];
  /src/usr.bin/getnameinfo/
getnameinfo.c 90 socklen_t hostlen = NI_MAXHOST, servlen = NI_MAXSERV, addrlen;
91 char hostname[NI_MAXHOST], service[NI_MAXSERV];
  /src/include/
netdb.h 288 #define NI_MAXSERV 32
  /src/tests/lib/libc/net/getaddrinfo/
h_gai.c 48 char serv[NI_MAXSERV];
  /src/usr.sbin/rip6query/
rip6query.c 82 char pbuf[NI_MAXSERV];
  /src/external/bsd/wpa/dist/src/common/
ctrl_iface_common.c 86 char service[NI_MAXSERV] = { 0 };
  /src/crypto/dist/ipsec-tools/src/racoon/
sockmisc.c 689 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
690 char addr[NI_MAXHOST], port[NI_MAXSERV];
708 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
742 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
762 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
localconf.c 199 char addr[NI_MAXHOST], port[NI_MAXSERV];
  /src/usr.bin/tftp/
tftp.c 766 char a[NI_MAXSERV], b[NI_MAXSERV];
  /src/usr.sbin/faithd/
faithd.c 138 char sbuf[NI_MAXSERV], snum[NI_MAXSERV];
  /src/libexec/rexecd/
rexecd.c 157 char pbuf[NI_MAXSERV];

Completed in 30 milliseconds

1 2 3