Searched refs:intoa (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnet.c215 return (intoa(ia.s_addr));
220 intoa(n_long addr) function
H A Dnet.h117 char *intoa(n_long); /* similar to inet_ntoa */
H A Dbootp.c223 printf("'native netmask' is %s\n", intoa(nmask));
230 printf("subnet mask (%s) bad\n", intoa(smask));
241 printf("mask: %s\n", intoa(netmask));
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c168 setenv("boot.netif.netmask", intoa(netmask), 1);
306 printf("net_open: subnet mask: %s\n", intoa(netmask));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c306 setenv("boot.netif.netmask", intoa(netmask), 1);

Completed in 61 milliseconds