HomeSort by relevance Sort by last modified time
    Searched defs:nstype (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
pnic.c 163 unsigned int nstype = htons ( type ); local
173 memcpy ( tx_buffer + 2 * ETH_ALEN, &nstype, 2 );
epic100.c 304 unsigned short nstype; local
323 nstype = htons(type);
324 memcpy(txp + 12, (char*)&nstype, 2);
sis900.c 1078 u32 to, nstype; local
1092 nstype = htons(t);
1093 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
    [all...]
natsemi.c 609 u32 to, nstype; local
623 nstype = htons(t);
624 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
pcnet32.c 589 u16 nstype; local
600 nstype = htons((u16) t); /* type */
601 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
r8169.c 507 u16 nstype; local
516 nstype = htons((u16) t);
517 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
rtl8139.c 370 unsigned int status, to, nstype; local
373 /* nstype assignment moved up here to avoid gcc 3.0.3 compiler bug */
374 nstype = htons(type);
377 memcpy(tx_buffer + 2 * ETH_ALEN, &nstype, 2);
sundance.c 520 u16 nstype; local
528 nstype = htons((u16) t);
529 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
tlan.c 616 u16 nstype; local
656 nstype = htons((u16) t);
657 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
    [all...]
forcedeth.c 843 u16 nstype; local
855 nstype = htons((u16) t); /* type */
856 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
ns83820.c 724 u16 nstype; local
733 nstype = htons((u16) t);
734 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
tulip.c 1073 u16 nstype; local
    [all...]

Completed in 300 milliseconds