Home
last modified time | relevance | path

Searched defs:fromaddr (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetbuf.h94 #define netbuf_set_fromaddr(buf, fromaddr) ip_addr_set(&((buf)->addr), fromaddr) argument
/third_party/curl/tests/server/
Dtftpd.c522 srvr_sockaddr_union_t fromaddr; in synchnet() local
/third_party/python/Lib/
Dsmtplib.py1126 fromaddr = prompt("From") variable
/third_party/curl/lib/
Dtftp.c1101 struct Curl_sockaddr_storage fromaddr; in tftp_receive_packet() local
/third_party/curl/packages/OS400/
Dos400sys.c913 struct sockaddr *fromaddr, int *addrlen) in Curl_os400_recvfrom()
/third_party/python/Lib/logging/
Dhandlers.py1023 def __init__(self, mailhost, fromaddr, toaddrs, subject, argument
/third_party/lwip/src/api/
Dsockets.c1053 lwip_sock_make_addr(struct netconn *conn, ip_addr_t *fromaddr, u16_t port, in lwip_sock_make_addr()