Home
last modified time | relevance | path

Searched refs:IPPORT_NNTP (Results 1 – 25 of 28) sorted by relevance

12

/dports/news/nntp/nntp-1.5.12.2_10/xmit/
H A Dget_tcp_conn.h29 #define IPPORT_NNTP 119 /* NNTP is on TCP port 119 */ macro
H A Dget_tcp_conn.c232 {"nntp", IPPORT_NNTP}, /* RFC977 */
/dports/news/tin/tin-2.4.5/include/
H A Dtnntp.h57 # define IPPORT_NNTP ((unsigned short) 119) macro
/dports/chinese/tin/tin-2.4.5/include/
H A Dtnntp.h57 # define IPPORT_NNTP ((unsigned short) 119) macro
/dports/net/tcptrace/tcptrace-508f73a/
H A Dmod_tcplib.h76 #define IPPORT_NNTP 119 macro
H A Dmod_tcplib.c1614 (server_port > ipport_offset+IPPORT_NNTP)) { in tcplib_newconn()
2980 return (port == IPPORT_NNTP); in is_nntp_port()
/dports/converters/uudeview/uudeview-0.5.20/inews/
H A Dclientlib.c46 # define IPPORT_NNTP 119 macro
251 sin.sin_port = htons(IPPORT_NNTP);
/dports/converters/uulib/uudeview-0.5.20/inews/
H A Dclientlib.c46 # define IPPORT_NNTP 119 macro
251 sin.sin_port = htons(IPPORT_NNTP);
/dports/converters/xdeview/uudeview-0.5.20/inews/
H A Dclientlib.c46 # define IPPORT_NNTP 119 macro
251 sin.sin_port = htons(IPPORT_NNTP);
/dports/news/trn/trn-3.6/
H A Dnntpinit.c29 # define IPPORT_NNTP ((unsigned short) 119) macro
214 sin.sin_port = htons(IPPORT_NNTP);
/dports/news/trn4/trn-4.0-test77/
H A Dnntpinit.c26 # define IPPORT_NNTP ((unsigned short) 119) macro
287 sin.sin_port = htons(port? port : *service == 'n'? IPPORT_NNTP : 80);
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Dnetaux.c154 sin.sin_port = htons(IPPORT_NNTP); in get_socket()
H A Dmain.c24 struct sockaddr_in current_peer = { AF_INET, IPPORT_NNTP };
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Dnetaux.c154 sin.sin_port = htons(IPPORT_NNTP); in get_socket()
H A Dmain.c24 struct sockaddr_in current_peer = { AF_INET, IPPORT_NNTP };
/dports/news/nntp/nntp-1.5.12.2_10/
H A Dconf.h498 # define IPPORT_NNTP 119 macro
H A Dconf.h.dist495 # define IPPORT_NNTP 119
/dports/news/nn/nn-6.7.3/
H A Dnntp.c67 #ifndef IPPORT_NNTP
68 #define IPPORT_NNTP 119 macro
406 sin.sin_port = htons(IPPORT_NNTP); in get_socket()
/dports/chinese/tin/tin-2.4.5/src/
H A Dnntplib.c426 sp->s_port = htons(IPPORT_NNTP); in get_tcp_socket()
544 sock_in.sin_port = htons(IPPORT_NNTP); in get_tcp_socket()
1375 if (nntp_tcp_port != IPPORT_NNTP) in nntp_open()
H A Dmail.c308 if (nntp_tcp_port != IPPORT_NNTP) in open_newsgroups_fp()
H A Dconfig.c2137 if (read_news_via_nntp && !read_saved_news && nntp_tcp_port != IPPORT_NNTP) in read_server_config()
2198 if (read_news_via_nntp && nntp_tcp_port != IPPORT_NNTP) in write_server_config()
/dports/news/tin/tin-2.4.5/src/
H A Dnntplib.c426 sp->s_port = htons(IPPORT_NNTP); in get_tcp_socket()
544 sock_in.sin_port = htons(IPPORT_NNTP); in get_tcp_socket()
1375 if (nntp_tcp_port != IPPORT_NNTP) in nntp_open()
H A Dmail.c308 if (nntp_tcp_port != IPPORT_NNTP) in open_newsgroups_fp()
H A Dconfig.c2137 if (read_news_via_nntp && !read_saved_news && nntp_tcp_port != IPPORT_NNTP) in read_server_config()
2198 if (read_news_via_nntp && nntp_tcp_port != IPPORT_NNTP) in write_server_config()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dclientlib.c106 # define IPPORT_NNTP ((unsigned short) 119) macro

12