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

  /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
  /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 *);
  /src/external/bsd/libevent/dist/
evdns.c 209 u32 addrcount; member in struct:reply::__anon7218::__anon7219
213 u32 addrcount; member in struct:reply::__anon7218::__anon7220
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/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...]

Completed in 33 milliseconds