Searched refs:remotehost (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dpermission.h75 struct host_information *remotehost;/* remote HOST name making connection */ member in struct:perm_check
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dpermission.c218 m = match_host( &args, check->remotehost, invert );
305 m = Same_host(check->host, check->remotehost);
309 r = Same_host(check->remotehost,&Host_IP);
310 if( r ) r = Same_host(check->remotehost,&Localhost_IP);
376 m = Same_host(check->remotehost,&Host_IP);
377 if( m ) m = Same_host(check->remotehost,&Localhost_IP);
696 Dump_host_information( " remotehost", check->remotehost );
728 if( check->remotehost ){
729 Set_str_value( list, HOST, check->remotehost
[all...]
H A Dlpd_dispatch.c298 Perm_check.remotehost = &RemoteHost_IP;
454 Perm_check.remotehost = &RemoteHost_IP;
H A Dlpd_rcvjob.c1004 Perm_check.remotehost = &RemoteHost_IP;
H A Dlpd_jobs.c2225 Perm_check.remotehost = &RemoteHost_IP;
2227 Perm_check.remotehost = Perm_check.host;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_sock.c831 static BOOL matchname(char *remotehost,struct in_addr addr) argument
836 if ((hp = sys_gethostbyname(remotehost)) == 0) {
837 DEBUG(0,("sys_gethostbyname(%s): lookup failure.\n", remotehost));
849 if (!strequal(remotehost, hp->h_name)
850 && !strequal(remotehost, "localhost")) {
852 remotehost, hp->h_name));

Completed in 124 milliseconds