Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y45 static u_32_t lookuphost __P((char *, i6addr_t *));
1045 | YY_STR { if (lookuphost($1, &$$) == 1)
1959 static u_32_t lookuphost(name, addr) in lookuphost() function