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

/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c74 static void send_request(int s);
376 * (called by send_request)
384 send_request(s);
409 send_request(s);
442 send_request(s) function
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-dlpi.c174 static int send_request(int, char *, int, char *, char *);
921 if (send_request(fd, (char *)&req, sizeof(req), "attach", ebuf) < 0)
992 if (send_request(p->fd, (char *)&req, sizeof(req), "promiscon",
1133 send_request(int fd, char *ptr, int len, char *what, char *ebuf) function
1145 errno, "send_request: putmsg \"%s\"", what);
1450 return (send_request(fd, (char *)&req, sizeof(req), "bind", ebuf));
1475 return (send_request(fd, (char *)&req, sizeof(req), "info", ebuf));
1498 if (send_request(fd, (char *)&req, sizeof(req), "dlpassive", ebuf) == 0)
1627 if (send_request(fd, (char *)&req, sizeof(req), "hpppa", ebuf) < 0)
/freebsd-12-stable/sbin/dhclient/
H A Ddhclient.c642 send_request(ip);
757 send_request(ip);
794 cancel_timeout(send_request, ip);
945 send_request(ip);
1238 cancel_timeout(send_request, ip);
1442 send_request(void *ipp) function
1466 cancel_timeout(send_request, ip);
1565 add_timeout(cur_time + ip->client->interval, send_request, ip);
1801 ip->client->packet.secs = 0; /* Filled in by send_request. */
1885 ip->client->packet.secs = 0; /* Filled in by send_request
[all...]
H A Ddhcpd.h379 void send_request(void *);

Completed in 169 milliseconds