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

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dipcalc.c174 struct hostent *hostinfo; local
176 hostinfo = gethostbyaddr((char *) &ipaddr, sizeof(ipaddr), AF_INET);
177 if (!hostinfo) {
180 str_tolower(hostinfo->h_name);
182 printf("HOSTNAME=%s\n", hostinfo->h_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dipcalc.c174 struct hostent *hostinfo; local
176 hostinfo = gethostbyaddr((char *) &ipaddr, sizeof(ipaddr), AF_INET);
177 if (!hostinfo) {
180 str_tolower(hostinfo->h_name);
182 printf("HOSTNAME=%s\n", hostinfo->h_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dipcalc.c174 struct hostent *hostinfo; local
176 hostinfo = gethostbyaddr((char *) &ipaddr, sizeof(ipaddr), AF_INET);
177 if (!hostinfo) {
180 str_tolower(hostinfo->h_name);
182 printf("HOSTNAME=%s\n", hostinfo->h_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/
H A Dpptp.c125 struct hostent *hostinfo; local
127 hostinfo=gethostbyname(pptp_server);
128 if (!hostinfo)
133 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/
H A Dpptp.c125 struct hostent *hostinfo; local
127 hostinfo=gethostbyname(pptp_server);
128 if (!hostinfo)
133 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/
H A Dpptp.c125 struct hostent *hostinfo; local
127 hostinfo=gethostbyname(pptp_server);
128 if (!hostinfo)
133 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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/ ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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/ ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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/ ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/pptp/
H A Dpptp.c146 struct hostent *hostinfo; local
154 hostinfo=gethostbyname(pptp_server);
155 if (!hostinfo)
160 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/
H A Dpptp.c145 struct hostent *hostinfo; local
153 hostinfo=gethostbyname(pptp_server);
154 if (!hostinfo)
159 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/pptp/
H A Dpptp.c146 struct hostent *hostinfo; local
154 hostinfo=gethostbyname(pptp_server);
155 if (!hostinfo)
160 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/pptp/
H A Dpptp.c146 struct hostent *hostinfo; local
154 hostinfo=gethostbyname(pptp_server);
155 if (!hostinfo)
160 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/
H A Dpptp.c145 struct hostent *hostinfo; local
153 hostinfo=gethostbyname(pptp_server);
154 if (!hostinfo)
159 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/pptp/
H A Dpptp.c146 struct hostent *hostinfo; local
154 hostinfo=gethostbyname(pptp_server);
155 if (!hostinfo)
160 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/
H A Dpptp.c145 struct hostent *hostinfo; local
153 hostinfo=gethostbyname(pptp_server);
154 if (!hostinfo)
159 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/pptp/
H A Dpptp.c146 struct hostent *hostinfo; local
154 hostinfo=gethostbyname(pptp_server);
155 if (!hostinfo)
160 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/pptp/
H A Dpptp.c146 struct hostent *hostinfo; local
154 hostinfo=gethostbyname(pptp_server);
155 if (!hostinfo)
160 dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;

Completed in 143 milliseconds

12345678