| /src/usr.bin/rump_dhcpclient/ |
| main.c | 109 send_request(struct interface *ifp) function 268 send_request(ifp);
|
| /src/sbin/iscsictl/ |
| iscsic_main.c | 460 * send_request: 470 send_request(unsigned request, size_t par_len, void *par) function
|
| /src/usr.sbin/bootp/bootptest/ |
| bootptest.c | 124 void send_request(int); 372 * (called by send_request) 380 send_request(s); 401 send_request(s); 435 send_request(int s) function
|
| /src/external/bsd/libpcap/dist/ |
| pcap-dlpi.c | 171 static int send_request(int, char *, int, char *, char *); 943 if (send_request(fd, (char *)&req, sizeof(req), "attach", ebuf) < 0) 1015 if (send_request(p->fd, (char *)&req, sizeof(req), "promiscon", 1163 send_request(int fd, char *ptr, int len, char *what, char *ebuf) function 1175 errno, "send_request: putmsg \"%s\"", what); 1483 return (send_request(fd, (char *)&req, sizeof(req), "bind", ebuf)); 1508 return (send_request(fd, (char *)&req, sizeof(req), "info", ebuf)); 1531 if (send_request(fd, (char *)&req, sizeof(req), "dlpassive", ebuf) == 0) 1660 if (send_request(fd, (char *)&req, sizeof(req), "hpppa", ebuf) < 0)
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp.c | 1979 send_request(void *arg) function 1982 send_message((struct interface *)arg, DHCP_REQUEST, send_request); 2054 send_request(ifp); 2859 send_request(ifp);
|