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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dncpsign_kernel.c37 WSET_LH(__u8 * buf, int pos, __u16 val) function
45 WSET_LH(buf, pos, val & 0xffff);
46 WSET_LH(buf, pos + 2, val >> 16);

Completed in 25 milliseconds