HomeSort by: relevance | last modified time | path
    Searched refs:addrcount (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
getaddresses.h 28 int addrsize, int *addrcount);
31 * If successful, the number of addresses found is returned in 'addrcount'.
44 *\li 'addrcount' is not NULL.
  /src/external/mpl/bind/dist/lib/isc/
getaddresses.c 34 int addrsize, int *addrcount) {
45 REQUIRE(addrcount != NULL);
66 *addrcount = 1;
101 *addrcount = 1;
159 *addrcount = i;
160 if (*addrcount == 0) {
  /src/usr.sbin/bootp/common/
dovend.c 285 unsigned addrcount = 1;
297 addrcount = iplist->addrcount;
298 while ((*bytesleft >= 4) && (addrcount > 0)) {
301 addrcount--;
306 return (addrcount);
284 unsigned addrcount = 1; local
bootpd.h 68 unsigned int linkcount, addrcount; member in struct:in_addr_list
readfile.c 1603 unsigned addrcount, totalsize, address;
1605 for (address = 0, addrcount = 0; addrcount < MAXINADDRS; addrcount++) {
1617 if (addrcount < 1) {
1621 + (addrcount - 1) * sizeof(struct in_addr);
1624 result->addrcount = addrcount;
1625 for (address = 0; address < addrcount; ++address)
1588 unsigned addrcount, totalsize, address; local
dumptab.c 347 count = ipptr->addrcount;
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1177 if (taddr->addrcount > 0) {
1179 if (taddr->addrcount > 1) {
1186 if (taddr->addrcount > 0) {
1188 if (taddr->addrcount > 1) {
1195 if (taddr->addrcount > 0) {
1197 if (taddr->addrcount > 1) {
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 207 u32 addrcount; member in struct:reply::__anon7479::__anon7480
211 u32 addrcount; member in struct:reply::__anon7479::__anon7481
800 cb->reply.data.a.addrcount, cb->ttl,
818 cb->reply.data.aaaa.addrcount, cb->ttl,
1128 int addrcount, addrtocopy; local
1134 addrcount = datalength >> 2;
1135 addrtocopy = MIN(MAX_V4_ADDRS - reply.data.a.addrcount, (unsigned)addrcount);
1140 memcpy(&reply.data.a.addresses[reply.data.a.addrcount],
1143 reply.data.a.addrcount += addrtocopy
1166 int addrcount, addrtocopy; local
    [all...]
  /src/external/bsd/libevent/dist/
evdns.c 209 u32 addrcount; member in struct:reply::__anon1::__anon2
213 u32 addrcount; member in struct:reply::__anon1::__anon3
802 cb->reply.data.a.addrcount, cb->ttl,
820 cb->reply.data.aaaa.addrcount, cb->ttl,
1130 int addrcount, addrtocopy; local
1136 addrcount = datalength >> 2;
1137 addrtocopy = MIN(MAX_V4_ADDRS - reply.data.a.addrcount, (unsigned)addrcount);
1142 memcpy(&reply.data.a.addresses[reply.data.a.addrcount],
1145 reply.data.a.addrcount += addrtocopy
1168 int addrcount, addrtocopy; local
    [all...]
  /src/external/bsd/libbind/dist/irs/
irpmarshall.c 1006 int addrcount; local
1074 for (addrcount = 1, r = p ; r != q ; r++) {
1076 addrcount++;
1079 addrcount = 0;
1082 hoaddrsize = (addrcount + 1) * sizeof (char *);

Completed in 30 milliseconds