Searched refs:send_request (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/libexec/bootpd/tools/bootptest/ |
| H A D | bootptest.c | 72 static void send_request(int s); 380 send_request(s); in main() 405 send_request(s); in main() 438 send_request(int s) in send_request() function
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | pcap-dlpi.c | 166 static int send_request(int, char *, int, char *, char *); 938 if (send_request(fd, (char *)&req, sizeof(req), "attach", ebuf) < 0) 1010 if (send_request(p->fd, (char *)&req, sizeof(req), "promiscon", 1158 send_request(int fd, char *ptr, int len, char *what, char *ebuf) function 1478 return (send_request(fd, (char *)&req, sizeof(req), "bind", ebuf)); 1503 return (send_request(fd, (char *)&req, sizeof(req), "info", ebuf)); 1526 if (send_request(fd, (char *)&req, sizeof(req), "dlpassive", ebuf) == 0) 1655 if (send_request(fd, (char *)&req, sizeof(req), "hpppa", ebuf) < 0)
|
| /freebsd-14.2/sbin/dhclient/ |
| H A D | dhclient.c | 647 send_request(ip); in state_reboot() 762 send_request(ip); in state_selecting() 799 cancel_timeout(send_request, ip); in dhcpack() 967 send_request(ip); in state_bound() 1284 cancel_timeout(send_request, ip); in dhcpnak() 1488 send_request(void *ipp) in send_request() function 1512 cancel_timeout(send_request, ip); in send_request() 1611 add_timeout(cur_time + ip->client->interval, send_request, ip); in send_request()
|
| H A D | dhcpd.h | 381 void send_request(void *);
|
| /freebsd-14.2/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.
|