Searched refs:family (Results 176 - 200 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dinterfaceiter.c49 * The address family is given explicitly
52 * not have a valid address family).
87 get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src) { argument
88 dst->family = family;
89 switch (family) {
305 * If the interface has an unsupported address family, or if
395 iter->current.netmask.family = AF_INET6;
/macosx-10.10/postfix-255/postfix/src/util/
H A Dinet_addr_local.c99 * With SIOCGLIFNETMASK we can obtain the netmask for either address family.
192 msg_warn("ignoring interface with null netmask, address family %d",
264 msg_fatal("%s: address family was %d, must be AF_INET (%d) or "
309 /* XXX: Check whether sa_len/family are honoured --dcs */
520 unsigned family; local
523 while ((family = *addr_family_list++) != 0) {
528 if (family == AF_INET) {
546 else if (family == AF_INET6) {
567 msg_panic("%s: unknown address family %d", myname, family);
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSUNP.c83 struct ifi_info *get_ifi_info_linuxv6(int family, int doaliases) argument
158 inet_pton(family, ipv6addr, addrptr);
159 sin6->sin6_family=family;
214 struct ifi_info *get_ifi_info(int family, int doaliases) argument
232 if (family == AF_INET6) return get_ifi_info_linuxv6(family, doaliases);
283 if (ifr->ifr_addr.sa_family != family)
284 continue; /* ignore if not desired address family */
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconnect.c297 /* Signal the caller to try another address family if available */
304 infof(data, "Local Interface %s is ip %s using address family %i\n",
361 infof(data, "Name '%s' family %i resolved to '%s' family %i\n",
554 int family = AF_UNSPEC; local
557 /* find next address in the same protocol family */
558 family = conn->tempaddr[tempindex]->ai_family;
562 /* happy eyeballs - try the other protocol family */
565 family = (firstfamily == AF_INET) ? AF_INET6 : AF_INET;
567 family
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_io.c636 if (AF_INET == iface->family) {
969 wildif->family = AF_INET;
1026 wildif->family = AF_INET6;
1144 if (AF_INET == if_netaddr->family) {
1168 if (AF_INET == if_netaddr->family) {
1176 if (AF_INET6 == if_netaddr->family) {
1264 if (AF_INET6 == if_netaddr->family) {
1317 itf->family = (u_short)isc_if->af;
1318 AF(&itf->sin) = itf->family;
1319 AF(&itf->mask) = itf->family;
1503 set_wildcard_reuse( u_short family, int on ) argument
1567 unsigned int family; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c132 einit.family = init->family;
165 if (einit.family == 0 || einit.name == NULL ||
197 error = dlil_if_acquire(einit.family, einit.uniqueid,
210 ifp->if_family = einit.family;
847 ifnet_set_tso_mtu(ifnet_t interface, sa_family_t family, u_int32_t mtuLen) argument
854 switch (family) {
878 ifnet_get_tso_mtu(ifnet_t interface, sa_family_t family, u_int32_t *mtuLen) argument
885 switch (family) {
1519 sa_family_t family)
1518 ifnet_get_address_list_family(ifnet_t interface, ifaddr_t **addresses, sa_family_t family) argument
1538 ifnet_get_address_list_family_internal(ifnet_t interface, ifaddr_t **addresses, sa_family_t family, int detached, int how, int return_inuse_addrs) argument
1971 ifnet_list_get(ifnet_family_t family, ifnet_t **list, u_int32_t *count) argument
1977 ifnet_list_get_all(ifnet_family_t family, ifnet_t **list, u_int32_t *count) argument
1988 ifnet_list_get_common(ifnet_family_t family, boolean_t get_all, ifnet_t **list, u_int32_t *count) argument
2184 sa_family_t family = 0; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/kx/
H A Dcommon.c412 auth.family = FamilyLocal;
453 auth.family = FamilyWild;
593 if ((auth->family == FamilyLocal
594 || auth->family == FamilyWild)
602 && (auth->family == FamilyLocal
603 || auth->family == FamilyWild)
/macosx-10.10/apache-793/httpd/server/
H A Dlisten.c77 if (server->bind_addr->family == APR_INET6) {
313 status = apr_socket_create(&new->sd, new->bind_addr->family,
321 new->bind_addr->family == APR_INET6) {
346 #define IS_INADDR_ANY(addr) ((addr)->family == APR_INET \
351 #define IS_IN6ADDR_ANY(addr) ((addr)->family == APR_INET6 \
470 * Changing the family is enough to make sure the
473 lr->bind_addr->family = AF_INET;
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/rtl/
H A Dscreen.css101 body h4,body h5,body h6 { font-family: Arial, sans-serif; }
102 html body { font-family: Arial, sans-serif; }
103 body pre,body code,body tt { font-family: monospace; }
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dinterfaceiter.c49 * The address family is given explicitly
52 * not have a valid address family).
89 get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src) { argument
90 dst->family = family;
91 switch (family) {
337 * If the interface has an unsupported address family, or if
452 iter->current.address.family = AF_INET6;
480 iter->current.netmask.family = AF_INET6;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_gif.c99 int family,
125 switch (family) {
159 printf("in_gif_output: warning: unknown family %d passed\n",
160 family);
315 * We know that we are in IFF_UP, outer address available, and outer family
316 * matched the physical addr family. see gif_encapcheck().
97 in_gif_output( struct ifnet *ifp, int family, struct mbuf *m, __unused struct rtentry *rt) argument
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_gif.c101 int family, /* family of the packet to be encapsulate. */
124 switch (family) {
157 printf("in6_gif_output: warning: unknown family %d passed\n",
158 family);
372 * we know that we are in IFF_UP, outer address available, and outer family
373 * matched the physical addr family. see gif_encapcheck().
99 in6_gif_output( struct ifnet *ifp, int family, struct mbuf *m, __unused struct rtentry *rt) argument
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRIdentityPriv.h118 bool SecOTRCreateError(enum SecOTRError family, CFIndex errorCode, CFStringRef descriptionString, CFErrorRef previousError, CFErrorRef *newError);
/macosx-10.10/apache-793/httpd/support/
H A Dfcgistarter.c131 rv = apr_socket_create(&skt, skaddr->family, SOCK_STREAM, APR_PROTO_TCP, pool);
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib500.c38 return socket(addr->family, addr->socktype, addr->protocol);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcombind.c168 (*rpc_g_naf_id[binding_rep->rpc_addr->sa.family].epv
637 (*rpc_g_naf_id[binding_rep->rpc_addr->sa.family].epv
735 (*rpc_g_naf_id[src_binding_rep->rpc_addr->sa.family].epv
1000 * get the endpoint from the network address family extension
1002 (*rpc_g_naf_id[rpc_addr->sa.family].epv->naf_addr_inq_endpoint)
1011 * get the network address from the network address family extension
1013 (*rpc_g_naf_id[rpc_addr->sa.family].epv->naf_addr_inq_netaddr)
1022 * get the network options from the network address family extension
1024 (*rpc_g_naf_id[rpc_addr->sa.family].epv->naf_addr_inq_options)
2326 (*rpc_g_naf_id[rpc_addr->sa.family]
[all...]
/macosx-10.10/libpcap-48/libpcap/Win32/Include/
H A Dip6_misc.h69 sa_family_t sa_prefix##family
/macosx-10.10/llvmCore-3425.0.34/docs/_static/
H A Dllvm.css20 font-family: "Georgia,Palatino,Times,Roman,SanSerif";
28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktree.rb87 tr2 = TkTree.new(f, :bg=>'black', #:itemfont=>{:family=>'Times', :size=>14},
98 :itemfont=>{:family=>'Times', :size=>10},
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dstyles.tcl31 catch {font create TkDefaultFont -family Helvetica -size -12}
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dmaxsize.tcl71 font create courier -family Courier -size 10
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.h31 Tk_Uid family; /* Font family, or NULL to represent plaform- member in struct:TkFontAttributes
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h31 Tk_Uid family; /* Font family, or NULL to represent member in struct:TkFontAttributes
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dmptcp.d219 uint32_t family;
231 family = T->mpts_family;
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dftp.pl995 local( $mysockaddr, $family, $hi, $lo );
1018 ($family, $port, $myaddr) = unpack( $sockaddr, $mysockaddr );

Completed in 185 milliseconds

1234567891011>>