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

/macosx-10.9.5/bootp-268.1/bootplib/
H A Dinetroute.c218 inet_nettoa(entry->dest, entry->mask),
223 inet_nettoa(entry->dest, entry->mask),
H A Dutil.h119 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.c170 ? subnet->name : inet_nettoa(subnet->net_address, subnet->net_mask));
1003 name_space = strlen(inet_nettoa(net_address, net_mask)) + 1;
1040 strncpy(offset, inet_nettoa(net_address, net_mask), name_space);

Completed in 183 milliseconds