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

  /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/curl/lib/
connect.c 255 int portnum = data->set.localportrange; local
448 if(--portnum > 0) {
    [all...]
  /external/opencv3/modules/videoio/src/
cap_dc1394.cpp 179 struct camnode {dc1394_cameracapture cam;int portnum;} cameras[MAX_CAMERAS]; member in struct:camnode
218 cameras[numCameras].portnum = p;
243 pcap->device_name = videodev[cameras[index].portnum];
244 pcap->handle = handles[cameras[index].portnum];
    [all...]
  /external/libevent/
evutil.c 798 * - Look up the port based on 'servname', and store it in *portnum,
810 struct evutil_addrinfo *hints, struct evutil_addrinfo **res, int *portnum)
921 *portnum = port;
1192 int portnum=-1, need_np_hack, err; local
    [all...]
http.c 4000 int portnum = 0; local
    [all...]
  /external/libpcap/
pcap-sita.c 409 int portnum; local
411 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1;
412 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...]
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc 3907 int portnum = -1; local
    [all...]

Completed in 324 milliseconds