Searched refs:addrtype (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dsyslog.pl167 ($name,$aliases,$addrtype,$length,@addrs) = gethostbyname($myname);
180 ($name,$aliases,$addrtype,$length,@addrs) = gethostbyname($host);
/macosx-10.10/ntp-92/scripts/
H A Dntpsweep.in107 my($addr, $name, $aliases, $addrtype, $length, @addrs);
109 ($name, $aliases, $addrtype, $length, @addrs) = gethostbyaddr($addr, 2);
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dlwresutil.c71 * addrtype: #LWRES_ADDRTYPE_V4 or #LWRES_ADDRTYPE_V6. The address to be
356 lwres_getnamebyaddr(lwres_context_t *ctx, lwres_uint32_t addrtype, argument
370 REQUIRE(addrtype != 0);
391 request.addr.family = addrtype;
/macosx-10.10/tcpdump-61/tcpdump/
H A DsctpHeader.h148 int32_t addrtype; /* address type */ member in struct:cookieMessage
/macosx-10.10/KerberosHelper-151/Tests/
H A DKRBCreateSession.pl27 my ($name,$aliases,$addrtype,$length,@addrs) = gethostbyname ($l_h . $d);
/macosx-10.10/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dlwres.h568 lwres_getnamebyaddr(lwres_context_t *ctx, lwres_uint32_t addrtype,
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.xs935 new(class,addrtype,contents)
937 unsigned int addrtype
942 RETVAL->addrtype = addrtype;
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.xs1044 new(class,addrtype,contents)
1046 unsigned int addrtype
1051 RETVAL->addrtype = addrtype;
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm345 my ($name, $aliases, $addrtype, $length, @addrs);
347 ($name, $aliases, $addrtype, $length, @addrs) =
352 ($name, $aliases, $addrtype, $length, @addrs) =
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h941 unsigned int addrtype: 2; /* 0 => STATTYPE */ member in struct:dntt_type_with
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A Dkrb5.h331 krb5_addrtype addrtype; member in struct:_krb5_address
348 #define ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000)
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-krb5.h307 mit_krb5_addrtype addrtype; member in struct:_mit_krb5_address
324 #define MIT_ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000)
/macosx-10.10/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h333 krb5_addrtype addrtype; member in struct:_krb5_address
350 #define ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000)
/macosx-10.10/MITKerberosShim-66/
H A Dmisc.c718 a[i]->addrtype = addrs.val[i].addr_type;
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinSock.c52 (const char FAR *addr, int addrlen, int addrtype);

Completed in 338 milliseconds