HomeSort by: relevance | last modified time | path
    Searched refs:sndbuf (Results 1 - 3 of 3) sorted by relevancy

  /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,
  /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);
  /src/tests/net/tcp/
t_tcp_nc.sh 158 add_test_tcp_nc sndbuf

Completed in 39 milliseconds