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

  /external/mesa3d/src/gallium/auxiliary/util/
u_network.h 17 int u_socket_listen_on_port(uint16_t portnum);
u_network.c 143 u_socket_listen_on_port(uint16_t portnum)
151 sa.sin_port = htons(portnum);
  /external/toybox/toys/pending/
ftpget.c 153 unsigned portnum; local
166 portnum = atolx_range(pch + 1, 0, 255);
170 portnum = portnum + (atolx_range(pch + 1, 0, 255) * 256);
171 setport(htons(portnum));
  /external/libpcap/
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);
    [all...]
  /external/iptables/libxtables/
xtables.c 493 unsigned int portnum; local
495 if (xtables_strtoui(port, NULL, &portnum, 0, UINT16_MAX) ||
496 (portnum = xtables_service_to_port(port, proto)) != (unsigned)-1)
497 return portnum;
    [all...]

Completed in 229 milliseconds