Searched refs:sndeth_size (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
H A Dns-icmp_redirector.c284 size_t sndeth_size; /* Size of sending frame */ local
323 sndeth_size = sizeof(struct ethhdr) + sizeof(struct arp_datagram);
342 retval = write(sd, &sndeth, sndeth_size);
343 if (retval != sndeth_size)
370 size_t sndeth_size; /* Size of sending frame */ local
389 sndeth_size = sizeof(struct ethhdr) /* Ether header */
393 sndeth_size = (sndeth_size < ETH_DATA_MAXSIZE)
394 ? sndeth_size : ETH_DATA_MAXSIZE;
408 sndip_p->hdr.tot_len = htons(sndeth_size
468 size_t sndeth_size; /* size of sending frame */ local
592 size_t sndeth_size; /* size of sending frame */ local
[all...]

Completed in 53 milliseconds