/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_td.c | 127 (void) inet_aton(src, &ip->ip_src); 133 (void) inet_aton(src, &ip->ip_dst); 138 (void) inet_aton(src, &ip->ip_src); 139 (void) inet_aton(src, &ip->ip_dst);
|
H A D | inet_addr.c | 74 int inet_aton __P((const char *, struct in_addr *)); 98 inet_aton(cp, addr) in inet_aton() function 204 if (inet_aton(cp, &val))
|
H A D | ipft_ef.c | 119 (void) inet_aton(src, &ip->ip_src); 120 (void) inet_aton(dst, &ip->ip_dst);
|
H A D | genmask.c | 28 if (inet_aton(msk, (struct in_addr *)mskp) == 0)
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | iscsi_boot.c | 47 static int inet_aton(char *ipstr, uchar_t *ip); 82 if (inet_aton(iscsi_target_ip, in iscsiboot_tgt_prop_read() 288 if (inet_aton(host_ip, in iscsiboot_nic_prop_read() 305 (void) inet_aton(router_ip, in iscsiboot_nic_prop_read() 316 if (inet_aton(subnet_mask, hex_netmask) == 0) { in iscsiboot_nic_prop_read() 431 inet_aton(char *ipstr, uchar_t *ip) in inet_aton() function
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | inet_aton.c | 88 if (inet_aton(cp, &val)) 102 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function
|
H A D | fake-getaddrinfo.c | 94 if (inet_aton(hostname, &in)) { in getaddrinfo()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | inet_ntoa.c | 162 inet_aton(const char *cp, struct in_addr *addr) in inet_aton() function 267 if (inet_aton(cp, &val)) in inet_addr()
|
/titanic_41/usr/src/head/arpa/ |
H A D | inet.h | 87 extern int inet_aton(const char *, struct in_addr *);
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/ |
H A D | Makefile.com | 49 inet_aton.o \
|
/titanic_41/usr/src/lib/libstmfproxy/common/ |
H A D | stmftransport.c | 132 if ((inet_aton(server, &sin.sin_addr)) == 0) { in pt_socket_connect()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | grub.h | 116 extern int inet_aton P((char *p, in_addr *i));
|
H A D | misc.c | 277 inet_aton (char *p, in_addr *addr) in inet_aton() function
|
H A D | nic.c | 1169 if (! inet_aton (sm, &tmp)) in ifconfig() 1177 if (! inet_aton (ip, &arptable[ARP_CLIENT].ipaddr)) in ifconfig() 1184 if (gw && ! inet_aton (gw, &arptable[ARP_GATEWAY].ipaddr)) in ifconfig() 1190 if (svr && ! inet_aton (svr, &arptable[ARP_SERVER].ipaddr)) in ifconfig()
|
/titanic_41/usr/src/man/man3socket/ |
H A D | Makefile | 115 inet_aton.3socket \ 212 inet_aton.3socket := LINKSRC = inet.3socket
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 233 static int inet_aton(char *, uchar_t *); 1188 if (inet_aton(str, server_ip) != 0) in cacheinit() 1374 inet_aton(char *ipstr, uchar_t *ip) in inet_aton() function 2143 if (inet_aton(str, (uchar_t *)&my_ip) != 0) in bp_netconfig() 2153 if (inet_aton(str, (uchar_t *)&my_netmask) != 0) in bp_netconfig() 2163 if (inet_aton(str, (uchar_t *)&my_router) != 0) in bp_netconfig() 2182 if (inet_aton(str, server_ip) != 0) in bp_netconfig()
|
/titanic_41/usr/src/cmd/stmfproxy/stmfproxy/ |
H A D | stmfproxy.c | 452 if ((inet_aton(aluaNode, &sin.sin_addr)) == 0) { in main()
|
/titanic_41/usr/src/lib/libresolv2/common/ |
H A D | mapfile-vers | 48 inet_aton { TYPE = FUNCTION; FILTER = libnsl.so.1 };
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 528 if (inet_aton(net, &a)) { in __res_vinit() 539 if (inet_aton(net, &a)) { in __res_vinit()
|
H A D | res_mkupdate.c | 213 if (!inet_aton(buf2, &ina)) in res_nmkupdate() 339 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_ho.c | 386 } else if (inet_aton(p, (struct in_addr *)pvt->host_addr) > 0) { in ho_next()
|
/titanic_41/exception_lists/ |
H A D | interface_cmp | 112 # - Version SUN_1.10 was vacated when inet_aton was backported into SUNW_1.9.1
|
/titanic_41/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent.c | 258 rc = inet_aton(addrstart, &addr); in filter_ipv6()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 49 inet_aton;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3socket.inc | 151 link path=usr/share/man/man3socket/inet_aton.3socket target=inet.3socket
|