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

/external/syslinux/gpxe/src/drivers/net/
H A Depic100.c312 unsigned char *txp; local
327 txp = tx_packet + (entry * PKT_BUF_SZ);
329 memcpy(txp, destaddr, ETH_ALEN);
330 memcpy(txp + ETH_ALEN, nic->node_addr, ETH_ALEN);
332 memcpy(txp + 12, (char*)&nstype, 2);
333 memcpy(txp + ETH_HLEN, data, len);
338 txp[len++] = '\0';

Completed in 88 milliseconds