Searched refs:addrtype (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | netent.pm | 21 addrtype => '$', 38 my ($net, $addrtype); 41 $addrtype = @_ ? shift : Socket::AF_INET(); 42 populate(CORE::getnetbyaddr($net, $addrtype))
|
| D | hostent.pm | 23 addrtype => '$', 45 my ($addr, $addrtype); 48 $addrtype = @_ ? shift : Socket::AF_INET(); 49 populate(CORE::gethostbyaddr($addr, $addrtype))
|
| /openbsd/src/gnu/gcc/gcc/config/crx/ |
| D | crx.c | 734 enum crx_addrtype addrtype; in crx_legitimate_address_p() local 745 addrtype = crx_decompose_address (addr, &address); in crx_legitimate_address_p() 747 if (addrtype == CRX_POST_INC && GET_MODE_SIZE (mode) > UNITS_PER_WORD) 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() [all …]
|
| /openbsd/src/sys/scsi/ |
| D | cd.h | 151 u_int8_t addrtype; member
|
| /openbsd/src/usr.bin/cdio/ |
| D | mmc.c | 588 scb->addrtype = RTI_TRACK; in get_disc_size()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | hp-symtab.h | 941 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | hp-symtab.h | 941 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 5298 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);
|
| D | README.aix | 491 hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfunc.pod | 3313 my ( $name, $aliases, $addrtype, $net ) = getnet* 3316 my ( $name, $aliases, $addrtype, $length, @addrs ) = gethost*
|