Searched refs:printhost (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/scripts/ntpsweep/ |
H A D | ntpsweep.in | 166 my $printhost = ' ' x $level . (do_dns($host) || $host); 169 $printhost =~ s/$strip//; 173 $printhost .= " (" . @{$known_host_peers{$host}} . ")"; 177 (substr $printhost, 0, 32), $known_host_info{$host}; 184 $printhost = ' ' x ($level + 1) . "= " . $peer; 186 $printhost =~ s/$strip// if $strip; 187 printf "%-32s\n", substr $printhost, 0, 32; 197 my $printhost = ' ' x $level . (do_dns($host) || $host); 198 $printhost =~ s/$strip// if $strip; 199 printf "%-32s ?\n", substr $printhost, [all...] |
/freebsd/sbin/ipf/libipf/ |
H A D | printaddr.c | 52 printhost(family, addr); in printaddr() 54 printhost(family, mask); in printaddr() 58 printhost(family, addr); in printaddr() 60 printhost(family, mask); in printaddr()
|
H A D | printhost.c | 13 printhost(int family, u_32_t *addr) in printhost() function
|
H A D | Makefile | 33 printhashdata.c printhashnode.c printhost.c printhostmap.c \
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 293 extern void printhost(int, u_32_t *);
|