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

/external/grub/netboot/
H A Depic100.c298 unsigned short nstype; local
317 nstype = htons(type);
318 memcpy(txp + 12, (char*)&nstype, 2);
H A Dfa311.c271 unsigned short nstype; local
285 nstype = htons(type);
286 memcpy(txp + 12, (char*)&nstype, 2);
H A Dnatsemi.c611 u32 status, to, nstype;
625 nstype = htons(t);
626 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
610 u32 status, to, nstype; local
H A Drtl8139.c337 unsigned int status, to, nstype; local
342 nstype = htons(type);
343 memcpy(tx_buffer + 2 * ETH_ALEN, (char*)&nstype, 2);
H A Dsis900.c919 u32 status, to, nstype;
933 nstype = htons(t);
934 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
903 u32 status, to, nstype; local
H A Dtulip.c1072 u16 nstype;
1085 nstype = htons((u16) t);
1086 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
1063 u16 nstype; local
/external/iproute2/ip/
H A Dipnetns.c32 static int setns(int fd, int nstype) argument
35 return syscall(__NR_setns, fd, nstype);

Completed in 108 milliseconds