Searched refs:hostinfo (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnc.c49 struct hostent *hostinfo; local
94 hostinfo = xgethostbyname(argv[optind]);
96 address.sin_addr = *(struct in_addr *) *hostinfo->h_addr_list;
H A Dsyslogd.c510 struct hostent *hostinfo; local
521 hostinfo = xgethostbyname(RemoteHost);
524 remoteaddr.sin_addr = *(struct in_addr *) *hostinfo->h_addr_list;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp.c134 struct hostent *hostinfo; local
142 hostinfo=gethostbyname(pptp_server);
143 if (!hostinfo)
148 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dread_conf366 my($hostinfo,$matches) = @_;
370 print "Matchhost: '$value' to $hostinfo->[0]\n" if $Debug>2;
379 for($i = 4; $i < @$hostinfo; ++$i ){
380 $ipaddr = $hostinfo->[$i];
385 print "Matchhost: found '".inet_ntoa( $hostinfo->[$i])."'\n" if $Debug>3;
394 if( $hostinfo->[0] =~ /$value/ ){
H A Dread_conf.in366 my($hostinfo,$matches) = @_;
370 print "Matchhost: '$value' to $hostinfo->[0]\n" if $Debug>2;
379 for($i = 4; $i < @$hostinfo; ++$i ){
380 $ipaddr = $hostinfo->[$i];
385 print "Matchhost: found '".inet_ntoa( $hostinfo->[$i])."'\n" if $Debug>3;
394 if( $hostinfo->[0] =~ /$value/ ){
H A DLPRng.pm.in394 my($hostinfo,$matches) = @_;
398 print "Matchhost: '$value' to $hostinfo->[0]\n" if $Debug>2;
407 for($i = 4; $i < @$hostinfo; ++$i ){
408 $ipaddr = $hostinfo->[$i];
413 print "Matchhost: found '".inet_ntoa( $hostinfo->[$i])."'\n" if $Debug>3;
422 if( $hostinfo->[0] =~ /$value/ ){
H A DLPRng.pm394 my($hostinfo,$matches) = @_;
398 print "Matchhost: '$value' to $hostinfo->[0]\n" if $Debug>2;
407 for($i = 4; $i < @$hostinfo; ++$i ){
408 $ipaddr = $hostinfo->[$i];
413 print "Matchhost: found '".inet_ntoa( $hostinfo->[$i])."'\n" if $Debug>3;
422 if( $hostinfo->[0] =~ /$value/ ){
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dez-ipupdate.c1553 struct hostent *hostinfo; local
1568 hostinfo = gethostbyname(host);
1569 if(!hostinfo)
1578 address.sin_addr = *(struct in_addr *)*hostinfo -> h_addr_list;
/asus-wl-520gu-7.0.1.45/src/router/attr/
H A Dconfigure957 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dconfigure933 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dconfigure1162 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfigure1003 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`

Completed in 237 milliseconds