Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dtcp.h112 #ifndef HTTP_PORT
113 #define HTTP_PORT 80 macro
H A Dprint-tcp.c769 } else if (IS_SRC_OR_DST_PORT(HTTP_PORT) || IS_SRC_OR_DST_PORT(HTTP_PORT_ALT)) { in tcp_print()
/dragonfly/contrib/tnftp/src/
H A Dftp_var.h184 #define HTTP_PORT 80 /* default if ! getservbyname("http/tcp") */ macro
H A Dfetch.c461 ui->portnum = HTTP_PORT; in parse_url()
768 if ((ui->utype == HTTP_URL_T && ui->portnum != HTTP_PORT) || in print_host()