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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c163 unsigned int nstype = htons ( type ); local
173 memcpy ( tx_buffer + 2 * ETH_ALEN, &nstype, 2 );
H A Depic100.c304 unsigned short nstype; local
323 nstype = htons(type);
324 memcpy(txp + 12, (char*)&nstype, 2);
H A Drtl8139.c370 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);
H A Dnatsemi.c609 u32 to, nstype; local
623 nstype = htons(t);
624 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
H A Dr8169.c507 u16 nstype; local
516 nstype = htons((u16) t);
517 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dforcedeth.c843 u16 nstype; local
855 nstype = htons((u16) t); /* type */
856 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
H A Dns83820.c724 u16 nstype; local
733 nstype = htons((u16) t);
734 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dpcnet32.c589 u16 nstype; local
600 nstype = htons((u16) t); /* type */
601 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
H A Dsis900.c1078 u32 to, nstype; local
1092 nstype = htons(t);
1093 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
H A Dsundance.c520 u16 nstype; local
528 nstype = htons((u16) t);
529 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dtlan.c616 u16 nstype; local
656 nstype = htons((u16) t);
657 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dtulip.c1073 u16 nstype; local
1086 nstype = htons((u16) t);
1087 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_xdr.c57 xdr_nstype(XDR *xdrs, nstype *objp)

Completed in 91 milliseconds