Lines Matching defs:netbr
313 unsigned int netbr[4];
325 netbr[--nn] = (unsigned int)(net2 & 0xff);
330 snprintf(qbuf, sizeof(qbuf), "0.0.0.%u.in-addr.arpa", netbr[3]);
334 netbr[3], netbr[2]);
338 netbr[3], netbr[2], netbr[1]);
342 netbr[3], netbr[2], netbr[1], netbr[0]);
528 unsigned int netbr[4];
544 netbr[--r] = (unsigned int)(net2 & 0xff);
549 snprintf(qbuf, sizeof(qbuf), "%u", netbr[3]);
552 snprintf(qbuf, sizeof(qbuf), "%u.%u", netbr[2], netbr[3]);
555 snprintf(qbuf, sizeof(qbuf), "%u.%u.%u", netbr[1], netbr[2],
556 netbr[3]);
559 snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u", netbr[0], netbr[1],
560 netbr[2], netbr[3]);