Searched refs:family (Results 26 - 50 of 430) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-gai.c31 do_gai(int family, char *hostname) { argument
37 hints.ai_family = family;
42 fprintf(stderr, "getaddrinfo failed for %s,family=%d: %s\n",
43 hostname, family, gai_strerror(error));
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_dtls.h103 utun_pkt_dtls_input(struct utun_pcb *pcb, mbuf_t *pkt, protocol_family_t family);
116 utun_crypto_framer_protocol_family_to_inner_type (protocol_family_t family) argument
118 if (family == PF_INET) {
H A Dif_ipsec.h55 void ipsec_set_pkthdr_for_interface(ifnet_t interface, mbuf_t packet, int family);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dsocket.c47 static int family; variable
73 " [-f socket-family (default %s)]\n"
99 family = lookup_family(optf);
136 ts->ts_fds[i] = socket(family, SOCK_STREAM, 0);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomnaf.c102 #include <comnaf.h> /* Common network address family services */
229 (*rpc_g_naf_id[(*rpc_addr)->sa.family].epv->naf_addr_free)
291 (*rpc_g_naf_id[(*rpc_addr_vec)->addrs[i]->sa.family].epv->naf_addr_free)
351 (*rpc_g_naf_id[src_rpc_addr->sa.family].epv->naf_addr_copy)
413 (*rpc_g_naf_id[(*dst_rpc_addr)->sa.family].epv->naf_addr_free)
415 (*rpc_g_naf_id[src_rpc_addr->sa.family].epv->naf_addr_copy)
477 (*rpc_g_naf_id[(*rpc_addr)->sa.family].epv->naf_addr_set_endpoint)
531 (*rpc_g_naf_id[rpc_addr->sa.family].epv->naf_addr_inq_endpoint)
585 (*rpc_g_naf_id[(*rpc_addr)->sa.family].epv->naf_addr_set_netaddr)
639 (*rpc_g_naf_id[rpc_addr->sa.family]
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dgetaddrinfo.c54 * The protocol family that should be used. When ai_family is set
56 * family supported by the operating system.</li>
164 *ai_clone(struct addrinfo *oai, int family),
165 *ai_alloc(int family, int addrlen);
171 resolve_name(int family, const char *hostname, int flags,
196 int family, socktype, flags, protocol; local
215 family = hints->ai_family;
219 switch (family) {
266 family = 0;
273 * First, deal with AF_LOCAL. If the family wa
679 int error = 0, family; local
890 resolve_name(int family, const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
1062 set_order(int family, int (**net_order)(const char *, int, struct addrinfo **, int, int)) argument
1213 ai_alloc(int family, int addrlen) argument
1235 ai_clone(struct addrinfo *oai, int family) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Diptable.c69 int family; local
83 family = pfx.family;
84 if (family == AF_UNSPEC) {
100 if (node->data[ISC_IS6(family)] == NULL) {
102 node->data[ISC_IS6(family)] = &dns_iptable_pos;
104 node->data[ISC_IS6(family)] = &dns_iptable_neg;
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dradix.h41 (pt).family = (na)->family; \
43 if ((pt).family == AF_INET6) { \
50 (pt).family = AF_UNSPEC; \
57 unsigned int family; /* AF_INET | AF_INET6, or AF_UNSPEC for "any" */ member in struct:isc_prefix
91 #define ISC_IS6(family) ((family) == AF_INET6 ? 1 : 0)
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dradix.h41 (pt).family = (na)->family; \
43 if ((pt).family == AF_INET6) { \
50 (pt).family = AF_UNSPEC; \
57 unsigned int family; /* AF_INET | AF_INET6, or AF_UNSPEC for "any" */ member in struct:isc_prefix
91 #define ISC_IS6(family) ((family) == AF_INET6 ? 1 : 0)
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebPreferences.idl76 HRESULT standardFontFamily([out, retval] BSTR* family);
77 HRESULT setStandardFontFamily([in] BSTR family);
79 HRESULT fixedFontFamily([out, retval] BSTR* family);
80 HRESULT setFixedFontFamily([in] BSTR family);
83 HRESULT setSerifFontFamily([in] BSTR family);
85 HRESULT sansSerifFontFamily([out, retval] BSTR* family);
86 HRESULT setSansSerifFontFamily([in] BSTR family);
88 HRESULT cursiveFontFamily([out, retval] BSTR* family);
89 HRESULT setCursiveFontFamily([in] BSTR family);
91 HRESULT fantasyFontFamily([out, retval] BSTR* family);
[all...]
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Difiter_getifaddrs.c121 * If the interface has an unsupported address family,
128 int family; local
146 family = ifa->ifa_addr->sa_family;
147 if (family != AF_INET && family != AF_INET6)
151 if (family == AF_INET6)
183 iter->current.af = family;
185 get_addr(family, &iter->current.address, ifa->ifa_addr, ifa->ifa_name);
188 get_addr(family, &iter->current.netmask, ifa->ifa_netmask,
193 get_addr(family,
[all...]
H A Difiter_sysctl.c62 0, /* Any address family. */
147 * If the interface has an unsupported address family,
202 int family; local
208 family = sa->sa_family;
249 family = addr_sa->sa_family;
250 if (family != AF_INET && family != AF_INET6)
253 iter->current.af = family;
255 get_addr(family, &iter->current.address, addr_sa,
259 get_addr(family,
[all...]
H A Difiter_ioctl.c402 dst->family = AF_INET;
425 * If the interface has an unsupported address family, or if
434 int family; local
461 family = ifreq.ifr_addr.sa_family;
463 if (family != AF_INET && family != AF_INET6)
465 if (family != AF_INET)
470 iter->current.af = family;
476 get_addr(family, &iter->current.address,
482 switch (family) {
660 int family; local
[all...]
/macosx-10.10.1/apr-32/apr/apr/network_io/os2/
H A Dsockets.c50 static void set_socket_vars(apr_socket_t *sock, int family, int type, int protocol) argument
54 apr_sockaddr_vars_set(sock->local_addr, family, 0);
55 apr_sockaddr_vars_set(sock->remote_addr, family, 0);
82 APR_DECLARE(apr_status_t) apr_socket_create(apr_socket_t **new, int family, int type,
85 int downgrade = (family == AF_UNSPEC);
88 if (family == AF_UNSPEC) {
90 family = AF_INET6;
92 family = AF_INET;
98 (*new)->socketdes = socket(family, type, protocol);
101 family
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dinter_test.c65 INSIST(ifdata.address.family == ifdata.af);
69 INSIST(ifdata.netmask.family == ifdata.af);
76 INSIST(ifdata.dstaddress.family == ifdata.af);
112 INSIST(ifdata.address.family == ifdata.af);
116 INSIST(ifdata.netmask.family == ifdata.af);
123 INSIST(ifdata.dstaddress.family == ifdata.af);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetaddrinfo-test.c40 static int family; variable
50 {"family", 0, arg_integer, &family, "family", NULL},
78 hints.ai_family = family;
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dsockets.c52 static void set_socket_vars(apr_socket_t *sock, int family, int type, int protocol) argument
56 apr_sockaddr_vars_set(sock->local_addr, family, 0);
57 apr_sockaddr_vars_set(sock->remote_addr, family, 0);
94 int family = ofamily, flags = 0; local
100 if (family == APR_UNSPEC) {
102 family = APR_INET6;
104 family = APR_INET;
111 (*new)->socketdes = socket(family, type|flags, protocol);
117 (*new)->socketdes = socket(family, type|flags, 0);
120 (*new)->socketdes = socket(family, typ
[all...]
H A Dsockaddr.c32 int family; member in struct:apr_ipsubnet_t
113 if (!apr_inet_ntop(sockaddr->family, sockaddr->ipaddr_ptr, buf, buflen)) {
118 if (sockaddr->family == AF_INET6
141 void apr_sockaddr_vars_set(apr_sockaddr_t *addr, int family, apr_port_t port) argument
143 addr->family = family;
144 addr->sa.sin.sin_family = family;
156 if (family == APR_INET) {
163 else if (family == APR_INET6) {
308 const char *hostname, apr_int32_t family,
307 call_resolver(apr_sockaddr_t **sa, const char *hostname, apr_int32_t family, apr_port_t port, apr_int32_t flags, apr_pool_t *p) argument
455 find_addresses(apr_sockaddr_t **sa, const char *hostname, apr_int32_t family, apr_port_t port, apr_int32_t flags, apr_pool_t *p) argument
489 find_addresses(apr_sockaddr_t **sa, const char *hostname, apr_int32_t family, apr_port_t port, apr_int32_t flags, apr_pool_t *p) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Difiter_sysctl.c62 0, /* Any address family. */
147 * If the interface has an unsupported address family,
194 int family; local
200 family = sa->sa_family;
241 family = addr_sa->sa_family;
242 if (family != AF_INET && family != AF_INET6)
245 iter->current.af = family;
247 get_addr(family, &iter->current.address, addr_sa,
251 get_addr(family,
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.h65 int family; // Socket address family of the primary socket. member in struct:NetworkInterfaceInfoVxWorks
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/doc/
H A Dmanpage.css47 font-family: sans-serif;
55 font-family: sans-serif;
61 font-family: sans-serif;
79 font-family: sans-serif;
123 font-family: sans-serif;
131 font-family: monospace;
144 font-family: serif;
166 font-family: sans-serif;
/macosx-10.10.1/autofs-246/automountlib/
H A Dselfcheck.c94 self_check_af(char *hostname, struct ifaddrs *ifaddrs, int family) argument
104 if ((hostinfo = getipnodebyname(hostname, family, AI_DEFAULT,
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css20 font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelpermsg.defs50 family : int;
122 family : int;
134 family : int;
140 family : int;
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/doc/
H A Dtclsoap.css31 font-family: arial,helvetica,sans-serif;
37 H1,H2,H3,H4,H5,H6 { font-family: arial,helvetica,sans-serif; text-align: left }
38 PRE,TT { font-family: courier,sans-serif; text-align: left }
45 font-family: arial,helvetica,sans-serif; }

Completed in 351 milliseconds

1234567891011>>