Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/host/
Dhost.c164 #define NOT_DOTTED_QUAD ((ipaddr_t)-1)
165 #define BROADCAST_ADDR ((ipaddr_t)0xffffffff)
166 #define LOCALHOST_ADDR ((ipaddr_t)0x7f000001)
444 typedef u_int ipaddr_t; typedef
451 ipaddr_t address; /* internet address of host */
497 ipaddr_t servaddress; /* internet address of host */
767 ipaddr_t address; /* internet address of A record */
768 ipaddr_t queryaddr; /* set if name to query is dotted quad */
774 bool check_dupl PROTO((ipaddr_t));
775 bool check_name PROTO((ipaddr_t));
[all …]