Searched refs:gethost (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | gethost.c | 14 int gethost(name, hostp, use_inet6) in gethost() function
|
H A D | ipft_tx.c | 64 if (gethost(host, &ipa, 0) == -1) {
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | parms.c | 299 if (!gethost(dname, &dst)) { in gwkludge() 319 if (!gethost(gname, &gate)) { in gwkludge() 861 sizeof (buf2)) || !gethost(buf2, &addr)) in parse_parms() 892 gethost(buf, &parm.parm_ripout_addr) != 1) in parse_parms() 982 gethost(char *name, in_addr_t *addrp) in gethost() function
|
H A D | defs.h | 674 extern int gethost(char *, in_addr_t *);
|
H A D | if.c | 1634 } else if (gethost(myname, &myaddr) == 0) { in ifscan()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | Makefile | 35 OBJS= server.o getpw.o getgr.o gethost.o getnode.o \
|
/titanic_41/usr/src/cmd/ipf/lib/ |
H A D | Makefile.com | 36 fill6bits.o genmask.o gethost.o getifname.o \
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 204 extern int gethost __P((char *, i6addr_t *, int));
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ippool_y.y | 362 | YY_STR { if (gethost($1, &$$, 0) == -1)
|
H A D | ipnat_y.y | 725 if (gethost($1, &addr, 0) == 0) { 729 if (gethost($1, &addr, 1) == 0) {
|
H A D | ipf_y.y | 1978 if (gethost(name, addr, use_inet6) == -1) {
|