bootptest.c | 111 char *sndbuf; /* Send packet buffer */ variable in typeref:typename:char * 166 sndbuf = malloc(BUFLEN); 168 if (!sndbuf || !rcvbuf) { 298 bp = (struct bootp *) sndbuf; 375 snapend = (unsigned char *) sndbuf + snaplen; 439 bootp_print((struct bootp *)sndbuf, snaplen, sin_from.sin_port, 0); 443 if (sendto(s, sndbuf, snaplen, 0,
|