Searched refs:gethost (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgethost.c14 int gethost(name, hostp, use_inet6) function
H A Dipft_tx.c64 if (gethost(host, &ipa, 0) == -1) {
/illumos-gate/usr/src/cmd/nscd/
H A DMakefile35 OBJS= server.o getpw.o getgr.o gethost.o getnode.o \
/illumos-gate/usr/src/cmd/ipf/lib/
H A DMakefile.com36 fill6bits.o genmask.o gethost.o getifname.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c299 if (!gethost(dname, &dst)) {
319 if (!gethost(gname, &gate)) {
861 sizeof (buf2)) || !gethost(buf2, &addr))
892 gethost(buf, &parm.parm_ripout_addr) != 1)
982 gethost(char *name, in_addr_t *addrp) function
H A Ddefs.h674 extern int gethost(char *, in_addr_t *);
H A Dif.c1634 } else if (gethost(myname, &myaddr) == 0) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h204 extern int gethost __P((char *, i6addr_t *, int));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y362 | YY_STR { if (gethost($1, &$$, 0) == -1)
H A Dipnat_y.y725 if (gethost($1, &addr, 0) == 0) {
729 if (gethost($1, &addr, 1) == 0) {
H A Dipf_y.y1978 if (gethost(name, addr, use_inet6) == -1) {

Completed in 103 milliseconds