Searched refs:portnum (Results 1 – 8 of 8) sorted by relevance
/external/toybox/toys/pending/ |
D | ftpget.c | 153 unsigned portnum; in verify_pasv_mode() local 166 portnum = atolx_range(pch + 1, 0, 255); in verify_pasv_mode() 170 portnum = portnum + (atolx_range(pch + 1, 0, 255) * 256); in verify_pasv_mode() 171 setport(htons(portnum)); in verify_pasv_mode()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_network.c | 143 u_socket_listen_on_port(uint16_t portnum) in u_socket_listen_on_port() argument 151 sa.sin_port = htons(portnum); in u_socket_listen_on_port()
|
D | u_network.h | 17 int u_socket_listen_on_port(uint16_t portnum);
|
/external/libpcap/ |
D | pcap-sita.c | 411 int portnum; local 413 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1; 414 snprintf(buf, bufsize, "%s_%d", proto, portnum);
|
/external/iptables/libxtables/ |
D | xtables.c | 493 unsigned int portnum; in xtables_parse_port() local 495 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) || in xtables_parse_port() 496 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1) in xtables_parse_port() 497 return portnum; in xtables_parse_port()
|
/external/openssh/ |
D | INSTALL | 161 --with-prngd-port=portnum allows you to enable EGD or PRNGD support
|
D | ChangeLog | 7789 [regress/portnum.sh]
|
/external/libvncserver/x11vnc/ |
D | README | 12479 -httpport portnum use portnum for http connection 18233 -httpport portnum use portnum for http connection
|