Searched defs:netbr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbynis.c134 unsigned int netbr[4]; local
143 netbr[--nn] = net2 & 0xff;
148 sprintf(buf, "%u", netbr[3]);
151 sprintf(buf, "%u.%u", netbr[2], netbr[3]);
154 sprintf(buf, "%u.%u.%u", netbr[1], netbr[2], netbr[3]);
157 sprintf(buf, "%u.%u.%u.%u", netbr[0], netbr[
[all...]
H A Dgetnetbydns.c233 unsigned int netbr[4]; local
244 netbr[--nn] = net2 & 0xff;
247 sprintf(qbuf, "0.0.0.%u.in-addr.arpa", netbr[3]);
250 sprintf(qbuf, "0.0.%u.%u.in-addr.arpa", netbr[3], netbr[2]);
253 sprintf(qbuf, "0.%u.%u.%u.in-addr.arpa", netbr[3], netbr[2],
254 netbr[1]);
257 sprintf(qbuf, "%u.%u.%u.%u.in-addr.arpa", netbr[3], netbr[
[all...]

Completed in 44 milliseconds