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

  /external/chromium_org/third_party/webrtc/base/
httpserver_unittest.cc 60 bool send_request) {
67 if (send_request) {
  /development/ndk/platforms/android-3/include/linux/sunrpc/
xprt.h 85 int (*send_request)(struct rpc_task *task); member in struct:rpc_xprt_ops
  /external/libpcap/
pcap-dlpi.c 166 static int send_request(int, char *, int, char *, char *);
843 if (send_request(fd, (char *)&req, sizeof(req), "attach", ebuf) < 0)
914 if (send_request(p->fd, (char *)&req, sizeof(req), "promiscon",
968 send_request(int fd, char *ptr, int len, char *what, char *ebuf) function
980 "send_request: putmsg \"%s\": %s",
1286 return (send_request(fd, (char *)&req, sizeof(req), "bind", ebuf));
    [all...]
  /external/netperf/
netlib.h 462 extern void send_request();
nettest_dlpi.c 371 send_request();
    [all...]
nettest_unix.c 402 send_request();
    [all...]
nettest_bsd.c     [all...]
nettest_sdp.c 400 send_request();
    [all...]
nettest_sctp.c 576 send_request();
    [all...]
nettest_xti.c 788 send_request();
    [all...]
netlib.c 14 /* send_request() send a request to the remote */
2114 send_request() function
    [all...]
  /external/dhcpcd/
dhcpcd.c 403 send_request(void *arg) function
405 send_message((struct interface *)arg, DHCP_REQUEST, send_request);
1001 send_request(iface);
1160 send_request(iface);
    [all...]

Completed in 312 milliseconds