Searched defs:send_request (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver_unittest.cc60 bool send_request) {
67 if (send_request) {
58 CreateClientConnection(HttpServer& server, HttpServerMonitor& monitor, bool send_request) argument
/external/libpcap/
H A Dpcap-dlpi.c166 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));
1311 return (send_request(fd, (char *)&req, sizeof(req), "info", ebuf));
1334 if (send_request(fd, (char *)&req, sizeof(req), "dlpassive", ebuf) == 0)
1463 if (send_request(fd, (char *)&req, sizeof(req), "hpppa", ebuf) < 0)
/external/dhcpcd/
H A Ddhcpcd.c403 send_request(void *arg) function
405 send_message((struct interface *)arg, DHCP_REQUEST, send_request);
1001 send_request(iface);
1160 send_request(iface);
/external/netperf/
H A Dnetlib.c14 /* send_request() send a request to the remote */
2122 /* send_request() */
2133 send_request()
2141 fprintf(where,"entered send_request...contents before htonl:\n");
2162 fprintf(where,"send_request...contents after htonl:\n");
2176 perror("send_request: send call failure");
3003 send_request();
3318 send_request();
2114 send_request() function

Completed in 5705 milliseconds