Home
last modified time | relevance | path

Searched defs:fromaddr (Results 1 – 4 of 4) 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/python/Lib/
Dsmtplib.py1126 fromaddr = prompt("From") variable
/third_party/python/Lib/logging/
Dhandlers.py999 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()