Searched refs:nstype (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | epic100.c | 308 unsigned short nstype; local 328 nstype = htons(type); 329 memcpy(txp + 12, (char*)&nstype, 2);
|
H A D | dmfe.c | 413 u16 nstype; local 422 nstype = htons((u16) type); 423 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
|
H A D | sis900.c | 1126 u32 to, nstype; 1140 nstype = htons(t); 1141 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2); 1110 u32 to, nstype; local
|
H A D | sundance.c | 504 u16 nstype; local 512 nstype = htons((u16) t); 513 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
|
H A D | via-rhine.c | 1352 unsigned int nstype; local 1366 nstype=htons(t); 1367 memcpy(tp->tx_buffs[entry] + 2 * ETH_ALEN, (char*)&nstype, 2);
|
H A D | tlan.c | 581 u16 nstype; local 618 nstype = htons((u16) t); 619 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
|
H A D | via-velocity.c | 530 u16 nstype; local 543 nstype = htons((u16) type); /* Type */ 544 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* Type */
|
H A D | tulip.c | 1052 u16 nstype; 1063 nstype = htons((u16) t); 1064 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2); 1043 u16 nstype; local
|
Completed in 223 milliseconds