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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/ctf/
H A Dhndctf.h310 uint8 *l2h; \
315 l2h = PKTPULL((osh), (p), VLAN_TAG_LEN); \
316 ether_rcopy(l2h - VLAN_TAG_LEN + ETHER_ADDR_LEN, \
317 l2h + ETHER_ADDR_LEN); \
318 ether_rcopy(l2h - VLAN_TAG_LEN, l2h); \
321 l2h = (data); \
322 *(uint16 *)(l2h + VLAN_TCI_OFFSET) = \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_core.c548 u32 l2h = ntohl(*(__be32 *) ptr); local
550 if (l2h & 0x40000000) {
551 ns = l2h & 0x00ffffff;
906 u32 l2h = 0; local
908 l2h = 0x40000000 | session->ns;
915 *((__be32 *) bufp) = htonl(l2h);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.h675 u8 *l2h; member in struct:lro
H A Ds2io.c8439 static void initiate_new_session(struct lro *lro, u8 *l2h, argument
8444 lro->l2h = l2h;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html56 # the texi2html.init, T2h_i18n.pm, translations.pl, l2h.init,
892 # -l2h
907 # -l2h-l2h
911 # -l2h-skip
916 # -l2h-tmp
917 # If this is set l2h uses the specified directory for temporary files. The path
919 # otherwise, l2h will fail.
922 # -l2h-file
923 # If set, l2h use
[all...]

Completed in 161 milliseconds