Searched defs:socktype (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetaddrinfo_hostspec.c54 int socktype; member in struct:hst
41 roken_getaddrinfo_hostspec2(const char *hostspec, int socktype, int port, struct addrinfo **ai) argument
H A Dgetaddrinfo-test.c41 static int socktype; variable
H A Dgetaddrinfo.c104 add_one (int port, int protocol, int socktype, argument
43 get_port_protocol_socktype(const char *servname, const struct addrinfo *hints, int *port, int *protocol, int *socktype) argument
180 get_null(const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
223 add_hostent(int port, int protocol, int socktype, struct addrinfo ***current, int (*func)(struct addrinfo *, void *data, int port), struct hostent *he, int *flags) argument
271 get_number(const char *nodename, const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
311 get_nodes(const char *nodename, const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
377 int socktype = 0; local
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dconnect.h85 int socktype; member in struct:Curl_sockaddr_ex
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dunix.c93 static const char *const socktype[] = variable
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dgetaddrinfo.c93 malloc_ai(int port, unsigned long addr, int socktype, int proto) argument
155 int i, port = 0, socktype, proto; local
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dgetaddrinfo.c69 malloc_ai(int port, u_long addr, int socktype, int proto) argument
131 int i, port = 0, socktype, proto; local
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Dntp_rfc2553.c144 int family, socktype, flags, protocol; local
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmyaddrinfo.c242 init_ipv4addrinfo(struct ipv4addrinfo * ip, int socktype) argument
265 find_service(const char *service, int socktype) argument
293 hostname_to_sockaddr_pf(const char *hostname, int pf, const char *service, int socktype, struct addrinfo ** res) argument
462 hostaddr_to_sockaddr(const char *hostaddr, const char *service, int socktype, struct addrinfo ** res) argument
625 sockaddr_to_hostname(const struct sockaddr * sa, SOCKADDR_SIZE salen, MAI_HOSTNAME_STR *hostname, MAI_SERVNAME_STR *service, int socktype) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetaddrinfo.c179 int family, socktype, flags, protocol; local
560 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
627 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
710 get_local(const char *name, int socktype, struct addrinfo **res) argument
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsearch_module.c782 search_addrinfo(si_mod_t *si, const void *node, const void *serv, uint32_t family, uint32_t socktype, uint32_t protocol, uint32_t flags, const char *interface, uint32_t *err) argument
H A Dsi_getaddrinfo.c519 si_addrinfo_list(si_mod_t *si, uint32_t flags, int socktype, int proto, struct in_addr *a4, struct in6_addr *a6, int port, int scopeid, const char *cname4, const char *cname6) argument
714 si_addrinfo_list_from_hostent(si_mod_t *si, uint32_t flags, uint32_t socktype, uint32_t proto, uint16_t port, uint16_t scope, const struct hostent *h4, const struct hostent *h6) argument
849 _gai_simple(si_mod_t *si, const void *nodeptr, const void *servptr, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
930 _gai_srv(si_mod_t *si, const char *node, const char *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
1011 si_addrinfo(si_mod_t *si, const char *node, const char *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
[all...]
H A Dfile_module.c2270 file_addrinfo(si_mod_t *si, const void *node, const void *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
H A Dmdns_module.c498 mdns_addrinfo(si_mod_t *si, const void *node, const void *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
H A Dlibinfo.c2301 uint32_t family, socktype, protocol, flags, status; local
2583 uint32_t family, socktype, protocol, flags; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-ip.c546 int socktype, port; local
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dsocket.c1161 VALUE host, port, family, socktype, protocol, flags, ret, revlookup; local
H A Dancdata.c1533 int socktype; local
H A Draddrinfo.c379 rsock_addrinfo(VALUE host, VALUE port, int socktype, int flags) argument
547 int socktype; member in struct:__anon12341
612 init_addrinfo(rb_addrinfo_t *rai, struct sockaddr *sa, socklen_t len, int pfamily, int socktype, int protocol, VALUE canonname, VALUE inspectname) argument
629 rsock_addrinfo_new(struct sockaddr *addr, socklen_t len, int family, int socktype, int protocol, VALUE canonname, VALUE inspectname) argument
643 call_getaddrinfo(VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags, int socktype_hack) argument
671 init_addrinfo_getaddrinfo(rb_addrinfo_t *rai, VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags, VALUE inspectnode, VALUE inspectservice) argument
739 addrinfo_firstonly_new(VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags) argument
764 addrinfo_list_new(VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags) argument
798 init_unix_addrinfo(rb_addrinfo_t *rai, VALUE path, int socktype) argument
871 VALUE sockaddr_arg, sockaddr_ary, pfamily, socktype, protocol; local
1187 VALUE sockaddr, afamily, pfamily, socktype, protocol, canonname, inspectname; local
1265 int afamily, pfamily, socktype, protocol; local
2040 VALUE node, service, family, socktype, protocol, flags; local
2118 int socktype; local
2167 int socktype; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dgetaddrinfo.c196 int family, socktype, flags, protocol; local
890 resolve_name(int family, const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1112 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1137 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1177 get_local(const char *name, int socktype, struct addrinfo **res) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Ddaemon.c1537 int socktype = SOCK_STREAM; /* default to COTS */ local
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddispatch.c234 isc_sockettype_t socktype; member in struct:dns_dispatch
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c2884 int socktype; variable
[all...]
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dcurl.h322 int socktype; member in struct:curl_sockaddr
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c1647 do_mgroup_join(int fd, int family, int socktype, int protocol, const char *mgroup) argument

Completed in 313 milliseconds

12