Searched refs:inet_nettoa (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bootp-298/bootplib/
H A Dinetroute.c218 inet_nettoa(entry->dest, entry->mask),
223 inet_nettoa(entry->dest, entry->mask),
H A Dutil.h120 char * inet_nettoa(struct in_addr addr, struct in_addr mask);
H A Dutil.c64 * Function: inet_nettoa
71 inet_nettoa(struct in_addr addr, struct in_addr mask) function
H A Dsubnets.c172 ? subnet->name : inet_nettoa(subnet->net_address, subnet->net_mask));
1010 name_space = (int)strlen(inet_nettoa(net_address, net_mask)) + 1;
1047 strncpy(offset, inet_nettoa(net_address, net_mask), name_space);

Completed in 177 milliseconds