Searched refs:mask_to_dotted (Results 1 – 5 of 5) sorted by relevance
364 mask_to_dotted((struct in_addr *)&e->dmask)); in print_entry()370 mask_to_dotted((struct in_addr *)&e->smask)); in print_entry()
427 strcat(buf, mask_to_dotted(mask)); in print_addr()
150 extern char *mask_to_dotted(const struct in_addr *mask);
163 extern char *mask_to_dotted(const struct in_addr *mask);
969 mask_to_dotted(const struct in_addr *mask) in mask_to_dotted() function1484 strcat(buf, mask_to_dotted(&(fw->ip.smsk))); in print_firewall()1496 strcat(buf, mask_to_dotted(&(fw->ip.dmsk))); in print_firewall()