/src/tests/net/icmp/ |
t_ping.c | 145 } sndbuf; local in function:doping 163 icmp = (struct icmp *)&sndbuf; 170 if (pktsize > sizeof(sndbuf.buf)) 171 pktsize = sizeof(sndbuf.buf);
|
t_ping.c | 145 } sndbuf; local in function:doping 163 icmp = (struct icmp *)&sndbuf; 170 if (pktsize > sizeof(sndbuf.buf)) 171 pktsize = sizeof(sndbuf.buf);
|
t_ping.c | 145 } sndbuf; local in function:doping 163 icmp = (struct icmp *)&sndbuf; 170 if (pktsize > sizeof(sndbuf.buf)) 171 pktsize = sizeof(sndbuf.buf);
|
/src/usr.sbin/bootp/bootptest/ |
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,
|
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,
|
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,
|