HomeSort by relevance Sort by last modified time
    Searched refs:tcp_port (Results 1 - 2 of 2) sorted by null

  /external/openssh/
entropy.c 66 * listening either on 'tcp_port', or via Unix domain socket at *
68 * Either a non-zero tcp_port or a non-null socket_path must be
74 unsigned short tcp_port, char *socket_path)
84 if (socket_path == NULL && tcp_port == 0)
94 if (tcp_port != 0) {
97 addr_in->sin_port = htons(tcp_port);
119 if (tcp_port != 0) {
121 tcp_port, strerror(errno));
  /external/libpcap/
nametoaddr.c 174 int tcp_port = -1; local
184 if (sp != NULL) tcp_port = ntohs(sp->s_port);
187 if (tcp_port >= 0) {
188 *port = tcp_port;
191 if (udp_port == tcp_port)

Completed in 656 milliseconds