Searched refs:ipaddr (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rhosts.c56 const char *ipaddr, const char *client_user,
150 !innetgr(host + 1, ipaddr, NULL, NULL))
152 } else if (strcasecmp(host, hostname) && strcmp(host, ipaddr) != 0)
189 const char *hostname, *ipaddr; local
192 ipaddr = get_remote_ipaddr();
193 return auth_rhosts2(pw, client_user, hostname, ipaddr);
198 const char *ipaddr)
205 debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s",
206 client_user, hostname, ipaddr);
234 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr,
55 check_rhosts_file(const char *filename, const char *hostname, const char *ipaddr, const char *client_user, const char *server_user) argument
197 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, const char *ipaddr) argument
317 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, const char *ipaddr) argument
[all...]
H A Dauth2-hostbased.c144 const char *resolvedname, *ipaddr, *lookup, *reason; local
153 ipaddr = get_remote_ipaddr();
155 debug2("userauth_hostbased: chost %s resolvedname %s ipaddr %s",
156 chost, resolvedname, ipaddr);
171 chost, ipaddr, resolvedname);
172 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0)
H A Dmatch.c190 match_host_and_ip(const char *host, const char *ipaddr, argument
195 /* error in ipaddr match */
196 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
214 match_user(const char *user, const char *host, const char *ipaddr, argument
228 ret = match_host_and_ip(host, ipaddr, p);
H A Dauth.c99 const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL; local
184 ipaddr = get_remote_ipaddr();
190 if (match_user(pw->pw_name, hostname, ipaddr,
201 if (match_user(pw->pw_name, hostname, ipaddr,
H A Dcanohost.c158 check_ip_options(int sock, char *ipaddr) argument
180 ipaddr, text);
341 /* Check whether we have cached the ipaddr. */
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/BSD/
H A Dif_firewire.h41 #define FIREWIRE_MAP_IP_MULTICAST(ipaddr, enaddr) \
42 /* struct in_addr *ipaddr; */ \
49 (enaddr)[4] = ((u_char *)ipaddr)[0]; \
50 (enaddr)[5] = ((u_char *)ipaddr)[1] & 0x7f; \
51 (enaddr)[6] = ((u_char *)ipaddr)[2]; \
52 (enaddr)[7] = ((u_char *)ipaddr)[3]; \
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dif_ether.h79 #define ETHER_MAP_IP_MULTICAST(ipaddr, enaddr) \
80 /* struct in_addr *ipaddr; */ \
86 (enaddr)[3] = ((const u_char *)ipaddr)[1] & 0x7f; \
87 (enaddr)[4] = ((const u_char *)ipaddr)[2]; \
88 (enaddr)[5] = ((const u_char *)ipaddr)[3]; \
H A Din_arp.h122 * @param ipaddr The ip interface address.
128 extern void inet_arp_init_ifaddr(ifnet_t interface, ifaddr_t ipaddr);
H A Dip_input.c2045 struct sockaddr_in ipaddr = { local
2046 sizeof (ipaddr), AF_INET, 0, { 0 }, { 0, } };
2096 ipaddr.sin_addr = ip->ip_dst;
2097 ia = (struct in_ifaddr *)ifa_ifwithaddr(SA(&ipaddr));
2158 (void) memcpy(&ipaddr.sin_addr, cp + off,
2159 sizeof (ipaddr.sin_addr));
2164 SA(&ipaddr))) == NULL) {
2165 ia = (INA)ifa_ifwithnet(SA(&ipaddr));
2168 ia = ip_rtaddr(ipaddr.sin_addr);
2175 ip->ip_dst = ipaddr
[all...]
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dacl.rb6 require 'ipaddr'
99 ipaddr = IPAddr.new(addr[3])
100 ipaddr = ipaddr.ipv4_mapped if @pat[1].ipv6? && ipaddr.ipv4?
104 (@pat[1].include?(ipaddr)) ? true : false
/macosx-10.10/tcl-105/tcl_ext/thread/thread/tcl/cmdsrv/
H A Dcmdsrv.tcl106 # ipaddr IP address of the remote peer
116 proc cmdsrv::_Accept {s ipaddr port} {
117 after idle [list [namespace current]::Accept $s $ipaddr $port]
128 # ipaddr IP address of the remote peer
138 proc cmdsrv::Accept {s ipaddr port} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMore.tcl116 # string in the <ipaddr>/<mask> format
178 # return form is: <ipaddr>/<mask>
288 # toInteger <ipaddr>
291 # <ipaddr>
295 # integer form of <ipaddr>
328 # toHex <ipaddr>
331 # <ipaddr>
335 # hex form of <ipaddr>
418 # route in the form of <ipaddr>/<mask> or native form {<hexip> <hexmask>}
614 # nextNet <ipaddr> <mas
[all...]
H A DipMoreC.tcl124 unsigned int ipaddr,ipMask, mask1mask2;
169 /* set ipaddr and ipmask */
170 Tcl_GetIntFromObj(interp,objv[objc-3],&ipaddr);
173 /* split the 3rd argument into <ipaddr> <mask> pairs */
177 /* printf("comparing %x/%x \n",ipaddr,ipMask); */
192 Tcl_AddErrorInfo(interp,"need format {{<ipaddr> <mask>} {<ipad..}}");
200 /* printf(" ipaddr & mask1mask2 %x\n",ipaddr & mask1mask2); */
202 if ((ipaddr & mask1mask2) == (ipaddr2 & mask1mask2)) {
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpd.tcl23 -ipaddr ""
68 if {$Httpd(-ipaddr) != ""} {
70 -myaddr $Httpd(-ipaddr) $Httpd(-port)]
84 proc HttpdAccept {newsock ipaddr port} {
92 Httpd_Log $newsock Connect $ipaddr $port
93 set data(ipaddr) $ipaddr
H A Drexecd.tcl140 -ipaddr 0.0.0.0
158 -myaddr $opts(-ipaddr) $opts(-port)]
160 tclLog "Accepting connections on rexec://$opts(-ipaddr):$opts(-port)/"
/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_pass.c100 p->user, p->ipaddr);
104 pop_log(p, POP_INFO, "login from %s as %s", p->ipaddr, p->user);
155 p->ipaddr, name, p->user);
H A Dpop_init.c318 p->ipaddr, sizeof(p->ipaddr));
329 strlcpy (p->client, p->ipaddr, sizeof(p->client));
348 VERSION,p->client,p->ipaddr);
H A Dpopper.c114 "(v%s) Ending request from \"%s\" at %s\n",VERSION,p.client,p.ipaddr);
/macosx-10.10/tcl-105/tcl_ext/tls/tls/
H A Dtls.tcl153 # ipaddr calling IP address
159 proc tls::_accept { iopts callback chan ipaddr port } {
160 log 2 [list tls::_accept $iopts $callback $chan $ipaddr $port]
164 lappend callback $chan $ipaddr $port
/macosx-10.10/tcl-105/tcl84/tcl/tests/
H A Dhttpd37 proc httpdAccept {newsock ipaddr port} {
42 httpd_log $newsock Connect $ipaddr $port
43 set data(ipaddr) $ipaddr
/macosx-10.10/lsof-53/lsof/tests/
H A DLTsock.c155 char *ipaddr; /* dotted IP address */ member in struct:fdpara
156 int ilen; /* strlen(ipaddr) */
210 char *ipaddr; /* IP address */ local
301 FdPara[ti].ipaddr ? FdPara[ti].ipaddr
427 FdPara[ti].ipaddr = MkStrCpy(tcp, &FdPara[ti].ilen);
450 FdPara[ti].ipaddr);
471 ipaddr = FdPara[ti].ipaddr;
497 PtNm[ti], ipaddr, por
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dpeer.h123 dns_peer_new(isc_mem_t *mem, isc_netaddr_t *ipaddr, dns_peer_t **peer);
126 dns_peer_newprefix(isc_mem_t *mem, isc_netaddr_t *ipaddr,
/macosx-10.10/tcl-105/tcl_ext/thread/thread/tcl/phttpd/
H A Dphttpd.tcl159 # ipaddr IP address of the remote peer
169 proc phttpd::_Accept {sock ipaddr port} {
170 after idle [list [namespace current]::Accept $sock $ipaddr $port]
181 # ipaddr
191 proc phttpd::Accept {sock ipaddr port} {
H A Duhttpd.tcl118 proc uhttpd::Accept {newsock ipaddr port} {
127 set data(ipaddr) $ipaddr
/macosx-10.10/network_cmds-457/rarpd.tproj/
H A Drarpd.c660 update_arptab(ep, ipaddr)
662 in_addr_t ipaddr;
671 sin->sin_addr.s_addr = ipaddr;
721 rarp_reply(ii, ep, ipaddr)
724 in_addr_t ipaddr;
730 update_arptab((u_char *) & ap->arp_sha, ipaddr);
742 bcopy((char *) &ipaddr, (char *) ap->arp_tpa, 4);

Completed in 319 milliseconds

123