Home
last modified time | relevance | path

Searched refs:ipaddr_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c129 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr)); in bootp_print()
134 printf(" Y:%s", ipaddr_string(&bp->bp_yiaddr)); in bootp_print()
139 printf(" S:%s", ipaddr_string(&bp->bp_siaddr)); in bootp_print()
144 printf(" G:%s", ipaddr_string(&bp->bp_giaddr)); in bootp_print()
347 printf("%s", ipaddr_string(&ia)); in rfc1048_print()
390 printf(" SM:%s", ipaddr_string(&v->v_smask)); in cmu_print()
394 printf(" GW:%s", ipaddr_string(&v->v_dgate)); in cmu_print()
398 printf(" DNS1:%s", ipaddr_string(&v->v_dns1)); in cmu_print()
400 printf(" DNS2:%s", ipaddr_string(&v->v_dns2)); in cmu_print()
404 printf(" INS1:%s", ipaddr_string( in cmu_print()
[all...]
H A Dbootptest.h17 extern char *ipaddr_string(struct in_addr *);
H A Dbootptest.c487 ipaddr_string(struct in_addr *ina) in ipaddr_string() function
/netbsd-src/external/bsd/tcpdump/dist/
H A Daddrtoname.h57 extern const char *ipaddr_string(netdissect_options *, const u_char *);
110 return ipaddr_string(ndo, p); in get_ipaddr_string()