Searched refs:af (Results 51 - 75 of 288) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/test/
H A Dmktestsupport.py131 af = arow[f]
133 if type(af) == UnicodeType:
135 if af == vf:
138 if type(af) != type(vf):
140 af = type(vf)(af)
141 if af == vf:
148 self.fail('%s access' % f, arow, expected=af, actual=vf)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A Dnss_mdns.c130 format_reverse_addr (int af, const void * addr, int prefixlen, char * buf);
231 af_to_rr (int af);
424 af:
440 int af,
456 af:
473 int af,
530 int af,
545 int af,
556 int af,
632 int af,
682 _nss_mdns_gethostbyname2_r( const char *name, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
706 _nss_mdns_gethostbyaddr_r( const void *addr, socklen_t len, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
782 mdns_gethostbyname2( const char *name, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
845 mdns_lookup_name( const char * fullname, int af, result_map_t * result ) argument
932 mdns_lookup_addr( const void * addr, socklen_t addr_len, int af, const char * addr_str, result_map_t * result ) argument
1645 is_applicable_addr( result_map_t * result, const void * addr, int af, char * addr_str ) argument
2290 af_to_rr(int af) argument
2441 format_reverse_addr( int af, const void * addr, int prefixlen, char * buf ) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datf-run.cpp184 impl::atffile af = impl::read_atffile(tp / "Atffile"); local
189 af.props().find("test-suite");
190 INV(iter != af.props().end());
195 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
196 iter != af.tps().end(); iter++) {
198 impl::merge_configs(af.conf(), test_suite_vars));
422 impl::atffile af = impl::read_atffile(tp / "Atffile"); local
423 std::vector< std::string > aux = af.tps();
459 impl::atffile af = impl::read_atffile(atf::fs::path("Atffile")); local
462 tps = af
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Droute.c470 set_primary_ifscope(int af, unsigned int ifscope) argument
472 if (af == AF_INET)
482 get_primary_ifscope(int af) argument
484 return (af == AF_INET ? primary_ifscope : primary6_ifscope);
567 int af = src->sa_family; local
570 VERIFY(af == AF_INET || af == AF_INET6);
574 if (af == AF_INET) {
605 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) :
616 ma_copy(int af, struc argument
716 int skip, af; local
798 int af = rt_key(rt)->sa_family; local
1313 int af = src->sa_family; local
1682 int af = dst->sa_family; local
2692 int af = dst->sa_family; local
2726 node_lookup_default(int af) argument
2766 int af = dst->sa_family; local
2958 int af = rt_key(rt)->sa_family; local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-gre.c171 u_int16_t af; local
177 af = EXTRACT_16BITS(bp);
183 if (af == 0 && srelen == 0)
186 gre_sre_print(af, sreoff, srelen, bp, len);
321 gre_sre_print(u_int16_t af, u_int8_t sreoff, u_int8_t srelen, argument
324 switch (af) {
336 printf(", (rtaf=0x%x) ", af);
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dsockopt.c391 struct accept_filter_arg af; local
392 socklen_t optlen = sizeof(af);
398 &af, &optlen)) == 0) {
399 if (!strcmp(name, af.af_name) && !strcmp(args, af.af_arg)) {
409 apr_cpystrn(af.af_name, name, 16);
410 apr_cpystrn(af.af_arg, args, 256 - 16);
413 &af, sizeof(af))) < 0) {
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.h73 service_contains_protocol(CFDictionaryRef service, int af);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_addrinfo.h78 Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port);
H A Dif2ip.h30 IF2IP_AF_NOT_SUPPORTED = 1, /* Int. exists but has no address for this af */
34 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dinterfaceiter.h53 unsigned int af; /*%< Address family. */ member in struct:isc_interface
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_compat.c39 /* char *inet_ntop(af, src, dst, size)
40 /* int af;
45 /* int inet_pton(af, src, dst)
46 /* int af;
296 const char *inet_ntop(int af, const void *src, char *dst, size_t size) argument
302 if (af != AF_INET) {
339 int inet_pton(int af, const char *src, void *dst) argument
348 if (af != AF_INET) {
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c473 get_addr(hostname, af, res0, pai, port0)
475 int af;
491 if (af == AF_UNSPEC) {
501 if (af != afdl[i].a_af)
537 get_addr0(hostname, af, res, pai, port0)
539 int af;
557 if (af == AF_UNSPEC) {
561 hp = gethostbyname2(hostname, af);
563 if (af != AF_UNSPEC && af !
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dinet_ntop.c138 inet_ntop(int af, const void *src, char *dst, size_t size) argument
140 switch (af) {
H A Dsocket.c40 * Set `sa' to the unitialized address of address family `af'
44 socket_set_any (struct sockaddr *sa, int af) argument
46 switch (af) {
218 socket_set_portrange (rk_socket_t sock, int restr, int af) argument
221 if (af == AF_INET) {
227 if (af == AF_INET6) {
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_networkio.h126 const char *apr_inet_ntop(int af, const void *src, char *dst, apr_size_t size);
127 int apr_inet_pton(int af, const char *src, void *dst);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m87 setipaddr(char* name, struct sockaddr* addr_ret, size_t addr_ret_size, int af)
98 hints.ai_family = af;
137 if (af != AF_INET && af != AF_UNSPEC) {
162 hints.ai_family = af;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m89 setipaddr(char* name, struct sockaddr* addr_ret, size_t addr_ret_size, int af)
100 hints.ai_family = af;
139 if (af != AF_INET && af != AF_UNSPEC) {
164 hints.ai_family = af;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dsocketsupport.m89 setipaddr(char* name, struct sockaddr* addr_ret, size_t addr_ret_size, int af)
100 hints.ai_family = af;
139 if (af != AF_INET && af != AF_UNSPEC) {
164 hints.ai_family = af;
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dnet.c406 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
411 if (af == AF_INET) {
438 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
447 if (af == AF_INET) {
479 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
485 result = getudpportrange_sysctl(af, low, high);
487 UNUSED(af);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dnet.c407 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
412 if (af == AF_INET) {
439 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
448 if (af == AF_INET) {
480 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
486 result = getudpportrange_sysctl(af, low, high);
488 UNUSED(af);
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-subs.c1424 int af
1588 if (af == 0 || AF(&srcadr) == af) {
1631 int af
1662 return doprintpeers(pvl, associd, (int)rstatus, dsize, datap, fp, af);
1673 int af
1684 if (getnetnum(chosts[i], &netnum, fullname, af))
1703 if (!dogetpeers(peervarlist, (int)assoc_cache[i].assid, fp, af)) {
1721 int af = 0; local
1725 af
1743 int af = 0; local
1810 int af = 0; local
1832 int af = 0; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dlwconfig.c113 int af = 0; local
117 af = AF_INET;
121 af = AF_INET6;
125 return (af);
631 int af; local
643 af = lwresaddr2af(confdata->nameservers[i].family);
645 p = lwres_net_ntop(af, confdata->nameservers[i].address,
654 af = lwresaddr2af(confdata->lwservers[i].family);
656 p = lwres_net_ntop(af, confdata->lwservers[i].address,
680 af
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSignature.c93 int af)
100 prop = (af == AF_INET) ? kSCEntNetIPv4 : kSCEntNetIPv6;
117 my_IPAddressToCFString(int af, const void * src_p) argument
121 if (inet_ntop(af, src_p, ntopbuf, sizeof(ntopbuf)) != NULL) {
401 int af; local
424 af = info->ci_src->sa_family;
425 switch (af) {
442 service_info = copy_services_for_address_family(alloc, af);
446 local_ip_str = my_IPAddressToCFString(af, local_ip_p);
92 copy_services_for_address_family(CFAllocatorRef alloc, int af) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_util.c213 int af; local
231 af = AF_INET;
233 af = AF_INET6;
235 af = AF_UNSPEC;
237 switch (af) {
/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dinet_net_ntop.c51 * inet_net_ntop(af, src, bits, dst, size)
60 inet_net_ntop(af, src, bits, dst, size)
61 int af;
67 switch (af) {

Completed in 292 milliseconds

1234567891011>>