Home
last modified time | relevance | path

Searched defs:ishost (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/whois/
H A Dwhois.c74 #define ishost(h) (isalnum(h) || h == '.' || h == '-') macro
/dflybsd-src/sbin/route/
H A Droute.c594 int ishost = 0, proxy = 0, ret, attempts, oerrno, flags = RTF_STATIC; in newroute() local