Home
last modified time | relevance | path

Searched refs:SMTP_PORT (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dtcp.h104 #ifndef SMTP_PORT
105 #define SMTP_PORT 25 macro
Dprint-tcp.c687 } else if (IS_SRC_OR_DST_PORT(SMTP_PORT)) { in tcp_print()
/external/python/cpython2/Lib/
Dsmtplib.py57 SMTP_PORT = 25 variable
237 default_port = SMTP_PORT
/external/python/cpython2/Lib/logging/
Dhandlers.py929 port = smtplib.SMTP_PORT