Home | History | Annotate | Download | only in libpcap

Lines Matching refs:send_request

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)
980 "send_request: putmsg \"%s\": %s",
1286 return (send_request(fd, (char *)&req, sizeof(req), "bind", ebuf));
1311 return (send_request
1334 if (send_request(fd, (char *)&req, sizeof(req), "dlpassive", ebuf) == 0)
1463 if (send_request(fd, (char *)&req, sizeof(req), "hpppa", ebuf) < 0)