Home
last modified time | relevance | path

Searched refs:ai_socktype (Results 1 – 25 of 80) sorted by relevance

1234

/dragonfly/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c71 hints.ai_socktype = 0; in main()
112 if (!parse_socktype(optarg, &hints.ai_socktype)) { in main()
269 if ((ai->ai_socktype >= 0) && in printaddrinfo()
270 ((size_t)ai->ai_socktype < nitems(socket_types)) && in printaddrinfo()
271 (socket_types[ai->ai_socktype] != NULL)) in printaddrinfo()
272 n = printf("%s", socket_types[ai->ai_socktype]); in printaddrinfo()
274 n = printf("%d", ai->ai_socktype); in printaddrinfo()
/dragonfly/sbin/nfsd/
H A Dnfsd.c247 hints.ai_socktype = SOCK_DGRAM; in main()
266 hints.ai_socktype = SOCK_DGRAM; in main()
285 hints.ai_socktype = SOCK_STREAM; in main()
304 hints.ai_socktype = SOCK_STREAM; in main()
358 hints.ai_socktype = SOCK_DGRAM; in main()
364 ai_udp->ai_socktype, in main()
392 hints.ai_socktype = SOCK_DGRAM; in main()
419 hints.ai_socktype = SOCK_DGRAM; in main()
425 ai_udp6->ai_socktype, in main()
461 hints.ai_socktype = SOCK_DGRAM; in main()
[all …]
/dragonfly/usr.bin/finger/
H A Dnet.c71 hint.ai_socktype = SOCK_STREAM; in netfinger()
110 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol); in do_protocol()
112 warn("socket(%d, %d, %d)", ai->ai_family, ai->ai_socktype, in do_protocol()
/dragonfly/lib/libc/net/
H A Dgetaddrinfo.c370 pai->ai_socktype = ANY; in getaddrinfo()
410 if (pai->ai_socktype == ex->e_socktype && in getaddrinfo()
464 pai->ai_socktype = ex->e_socktype; in getaddrinfo()
521 pai->ai_socktype = ex->e_socktype; in getaddrinfo()
777 ai.ai_socktype = SOCK_DGRAM; in set_source()
1287 switch (ai->ai_socktype) { in get_port()
1321 switch (ai->ai_socktype) { in get_port()
1500 ai_socktype = hints->ai_socktype; in addrinfo_id_func()
1517 memcpy(p, &ai_socktype, sizeof(int)); in addrinfo_id_func()
2149 hints.ai_socktype = SOCK_DGRAM; in _gethtent()
[all …]
H A Drcmd.c116 hints.ai_socktype = SOCK_STREAM; in rcmd_af()
375 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in ruserok()
708 hints.ai_socktype = SOCK_DGRAM; /*XXX dummy*/ in __icheckhost()
/dragonfly/usr.sbin/dntpd/
H A Dsocket.c52 hints.ai_socktype = SOCK_DGRAM; in udp_socket()
64 fd = socket(res->ai_family, res->ai_socktype, in udp_socket()
/dragonfly/usr.sbin/lpr/common_source/
H A Dnet.c98 hints.ai_socktype = SOCK_STREAM; in getport()
201 hints.ai_socktype = SOCK_STREAM; in checkremote()
213 hints.ai_socktype = SOCK_STREAM; in checkremote()
/dragonfly/crypto/libressl/crypto/bio/
H A Db_sock.c43 .ai_socktype = SOCK_STREAM, in BIO_get_host_ip()
71 .ai_socktype = SOCK_STREAM, in BIO_get_port()
125 .ai_socktype = SOCK_STREAM, in BIO_get_accept_socket()
/dragonfly/lib/libc/nls/
H A Dja_JP.UTF-8.msg279 9 サービス名は ai_socktype に対してサポートされません
281 10 ai_socktype はサポートされません
H A Dja_JP.eucJP.msg279 9 �����ӥ�̾�� ai_socktype ���Ф��ƥ��ݡ��Ȥ���ޤ���
281 10 ai_socktype �ϥ��ݡ��Ȥ���ޤ���
H A Dko_KR.UTF-8.msg279 9 서비스 이름은 ai_socktype에서 지원되지 않습니다
281 10 지원되지 않는 ai_socktype입니다
H A Dko_KR.eucKR.msg279 9 ���� �̸��� ai_socktype���� �������� �ʽ��ϴ�
281 10 �������� �ʴ� ai_socktype�Դϴ�
H A DC.msg291 9 servname not supported for ai_socktype
293 10 ai_socktype not supported
H A Dnl_NL.ISO8859-1.msg278 9 servname niet ondersteund voor ai_socktype
280 10 ai_socktype niet ondersteund
/dragonfly/tools/tools/netrate/netblast/
H A Dnetblast.c155 hints.ai_socktype = SOCK_DGRAM; in main()
196 s = socket(res->ai_family, res->ai_socktype, 0); in main()
/dragonfly/contrib/libpcap/
H A Dnametoaddr.c205 hints.ai_socktype = SOCK_STREAM; /*not really*/ in pcap_nametoaddrinfo()
341 hints.ai_socktype = SOCK_STREAM; in pcap_nametoport()
385 hints.ai_socktype = SOCK_DGRAM; in pcap_nametoport()
/dragonfly/usr.bin/logger/
H A Dlogger.c176 hints.ai_socktype = SOCK_DGRAM; in logmessage()
190 sock = socket(r->ai_family, r->ai_socktype, in logmessage()
/dragonfly/contrib/tcp_wrappers/
H A Dscaffold.c90 hints.ai_socktype = SOCK_STREAM;
97 hints.ai_socktype = SOCK_STREAM;
H A Dsocket.c219 hints.ai_socktype = SOCK_STREAM;
248 hints.ai_socktype = SOCK_STREAM;
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c701 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in chkhost()
717 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in chkhost()
855 hints.ai_socktype = SOCK_STREAM; in socksetup()
874 *s = socket(r->ai_family, r->ai_socktype, r->ai_protocol); in socksetup()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_socket.c88 hints.ai_socktype = type; in init_client()
102 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol); in init_client()
/dragonfly/lib/libcompat/4.3/
H A Drexec.c319 hints.ai_socktype = SOCK_STREAM; in rexec_af()
342 s = socket(res0->ai_family, res0->ai_socktype, 0); in rexec_af()
365 s2 = socket(res0->ai_family, res0->ai_socktype, 0); in rexec_af()
/dragonfly/contrib/cvs-1.12/lib/
H A Dgetaddrinfo.h35 int ai_socktype; /* Socket type. */ member
/dragonfly/usr.bin/whois/
H A Dwhois.c226 hints.ai_socktype = SOCK_STREAM; in gethostinfo()
268 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol); in whois()
/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd.c304 hints.ai_socktype = si.si_socktype; in create_service()
457 hints.ai_socktype = si.si_socktype; in create_service()

1234