Home
last modified time | relevance | path

Searched refs:portnum (Results 1 – 8 of 8) sorted by relevance

/external/toybox/toys/pending/
Dftpget.c153 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/
Du_network.c143 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()
Du_network.h17 int u_socket_listen_on_port(uint16_t portnum);
/external/libpcap/
Dpcap-sita.c411 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/
Dxtables.c493 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/
DINSTALL161 --with-prngd-port=portnum allows you to enable EGD or PRNGD support
DChangeLog7789 [regress/portnum.sh]
/external/libvncserver/x11vnc/
DREADME12479 -httpport portnum use portnum for http connection
18233 -httpport portnum use portnum for http connection