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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmclip.h13 #define RFC1483LLC_LEN 8 /* LLC+OUI+PID = 8 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-cip.c44 #define RFC1483LLC_LEN 8 macro
76 if (memcmp(rfcllc, p, sizeof(rfcllc))==0 && caplen < RFC1483LLC_LEN) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dclip.c210 skb->len < RFC1483LLC_LEN ||
215 skb_pull(skb, RFC1483LLC_LEN);
406 here = skb_push(skb, RFC1483LLC_LEN);
545 dev->hard_header_len = RFC1483LLC_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_atm.c229 hdr_len = RFC1483LLC_LEN;

Completed in 111 milliseconds