Searched refs:send_request (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/libexec/bootpd/tools/bootptest/ |
| H A D | bootptest.c | 74 static void send_request(int s); 384 send_request(s); 409 send_request(s); 442 send_request(s) in send_request() function
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-dlpi.c | 174 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 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.1/sbin/dhclient/ |
| H A D | dhclient.c | 642 send_request(ip); in state_reboot() 757 send_request(ip); in state_selecting() 794 cancel_timeout(send_request, ip); in dhcpack() 945 send_request(ip); in state_bound() 1238 cancel_timeout(send_request, ip); in dhcpnak() 1442 send_request(void *ipp) in send_request() function 1466 cancel_timeout(send_request, ip); in send_request() 1565 add_timeout(cur_time + ip->client->interval, send_request, ip); in send_request()
|
| H A D | dhcpd.h | 379 void send_request(void *);
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ChangeLog.2002 | 217 * lib/krb5/changepw.c (send_request): set AP_OPTS_USE_SUBKEY
|
| H A D | ChangeLog.1998 | 1155 * lib/krb5/changepw.c (send_request): free memory on error.
|