HomeSort by relevance Sort by last modified time
    Searched full:from_addr (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/coregrind/
m_redir.c 282 Addr from_addr; /* old addr -- MUST BE THE FIRST WORD! */ member in struct:__anon16252
704 new.from_addr = new_from;
776 act.from_addr = sym_addr;
    [all...]
  /external/android-clat/
clatd.c 295 char from_addr[INET6_ADDRSTRLEN]; local
296 inet_ntop(AF_INET6, &Global_Clatd_Config.ipv6_local_subnet, from_addr, sizeof(from_addr));
297 logmsg(ANDROID_LOG_INFO, "clat IPv6 address changed from %s to %s", from_addr, addrstr);
  /external/e2fsprogs/misc/
uuidd.c 231 struct sockaddr_un my_addr, from_addr; local
336 fromlen = sizeof(from_addr);
339 ns = accept(s, (struct sockaddr *) &from_addr, &fromlen);
  /external/wpa_supplicant_8/src/radius/
radius_server.c 606 struct radius_msg *msg, const char *from_addr)
649 sess->nas_ip = os_strdup(from_addr);
913 const char *from_addr, int from_port)
922 from_addr, from_port);
974 const char *from_addr, int from_port,
1004 from_addr, from_port);
1008 from_addr);
1012 from_addr, from_port);
1021 RADIUS_DEBUG("Duplicate message from %s", from_addr);
1052 from_addr);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 609 const char* data, size_t size, const rtc::SocketAddress& from_addr) {
611 if (locked() && (from_addr == default_dest_)) {
629 addr_attr->SetIP(from_addr.ipaddr());
630 addr_attr->SetPort(from_addr.port());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
658 - from_addr : The address sending this mail.
683 SMTPSenderRefused The server didn't accept the from_addr.
720 (code, resp) = self.mail(from_addr, esmtp_opts)
723 raise SMTPSenderRefused(code, resp, from_addr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
658 - from_addr : The address sending this mail.
683 SMTPSenderRefused The server didn't accept the from_addr.
720 (code, resp) = self.mail(from_addr, esmtp_opts)
723 raise SMTPSenderRefused(code, resp, from_addr)
  /external/lldb/test/pexpect-2.4/examples/
topip.py 14 ./topip.py [-s server_hostname] [-u username] [-p password] {-a from_addr,to_addr} {-n N} {-v} {--ipv6}
  /external/llvm/test/Transforms/InstCombine/
getelementptr.ll 428 %from_addr = alloca %struct.siginfo_t*
429 %tmp344 = load %struct.siginfo_t** %from_addr, align 8

Completed in 813 milliseconds