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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Depic100.c308 unsigned short nstype; local
328 nstype = htons(type);
329 memcpy(txp + 12, (char*)&nstype, 2);
H A Ddmfe.c413 u16 nstype; local
422 nstype = htons((u16) type);
423 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dsis900.c1126 u32 to, nstype;
1140 nstype = htons(t);
1141 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
1110 u32 to, nstype; local
H A Dsundance.c504 u16 nstype; local
512 nstype = htons((u16) t);
513 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dvia-rhine.c1352 unsigned int nstype; local
1366 nstype=htons(t);
1367 memcpy(tp->tx_buffs[entry] + 2 * ETH_ALEN, (char*)&nstype, 2);
H A Dtlan.c581 u16 nstype; local
618 nstype = htons((u16) t);
619 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dvia-velocity.c530 u16 nstype; local
543 nstype = htons((u16) type); /* Type */
544 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* Type */
H A Dtulip.c1052 u16 nstype;
1063 nstype = htons((u16) t);
1064 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
1043 u16 nstype; local

Completed in 223 milliseconds