Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/Net/
H A Dnetent.pm21 addrtype => '$',
38 my ($net, $addrtype);
41 $addrtype = @_ ? shift : Socket::AF_INET();
42 populate(CORE::getnetbyaddr($net, $addrtype))
H A Dhostent.pm23 addrtype => '$',
45 my ($addr, $addrtype);
48 $addrtype = @_ ? shift : Socket::AF_INET();
49 populate(CORE::gethostbyaddr($addr, $addrtype))
/openbsd/gnu/gcc/gcc/config/crx/
H A Dcrx.c734 enum crx_addrtype addrtype; in crx_legitimate_address_p() local
745 addrtype = crx_decompose_address (addr, &address); in crx_legitimate_address_p()
753 switch (addrtype) in crx_legitimate_address_p()
776 if (addrtype == CRX_INVALID) in crx_legitimate_address_p()
806 enum crx_addrtype addrtype; in crx_address_cost() local
811 addrtype = crx_decompose_address (addr, &address); in crx_address_cost()
813 gcc_assert (addrtype != CRX_INVALID); in crx_address_cost()
816 if (addrtype == CRX_ABSOLUTE) in crx_address_cost()
820 if (addrtype == CRX_POST_INC) in crx_address_cost()
1093 enum crx_addrtype addrtype; in crx_print_operand_address() local
[all …]
/openbsd/sys/scsi/
H A Dcd.h151 u_int8_t addrtype; member
/openbsd/usr.bin/cdio/
H A Dmmc.c588 scb->addrtype = RTI_TRACK; in get_disc_size()
/openbsd/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h941 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h941 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c5298 const int addrtype = POPi; variable
5303 hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
5392 const int addrtype = POPi; variable
5394 nent = PerlSock_getnetbyaddr(addr, addrtype);
H A DREADME.aix491 hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod3313 my ( $name, $aliases, $addrtype, $net ) = getnet*
3316 my ( $name, $aliases, $addrtype, $length, @addrs ) = gethost*