HomeSort by: relevance | last modified time | path
    Searched defs:addrcount (Results 1 - 3 of 3) 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 in function:insert_ip
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 in function:get_addresses

Completed in 45 milliseconds