Searched refs:llc (Results 1 - 25 of 43) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Ddlpi.c134 struct llc *llc; local
138 /* len = msgdsize( m0 ) + sizeof( struct llc ); */
140 if (( m1 = allocb( sizeof( struct llc ), BPRI_HI )) == NULL ) {
144 m1->b_wptr = m1->b_rptr + sizeof( struct llc );
146 llc = (struct llc *)m1->b_rptr;
148 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
149 llc
190 struct llc *llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c58 struct llc llc; local
74 if ( m->m_len < sizeof( struct llc )) {
78 bcopy( mtod( m, caddr_t ), &llc, sizeof( struct llc )); local
79 if ( llc.llc_dsap != LLC_SNAP_LSAP ||
80 llc.llc_ssap != LLC_SNAP_LSAP ||
81 llc.llc_control != LLC_UI ) {
85 if ( bcmp( llc.llc_org_code, at_org_code,
87 ntohs( llc
143 struct llc *llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c144 struct llc *llc; local
202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
208 M_PREPEND( m, sizeof( struct llc ), M_WAIT );
210 m->m_len += sizeof( struct llc );
211 m->m_off -= sizeof( struct llc );
213 llc = mtod( m, struct llc *);
214 llc
367 struct llc *llc; local
673 struct llc *llc; local
[all...]
H A Dphase2.h31 struct llc { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A Dat_sun.c206 struct llc llc; local
247 if ( m->m_len < sizeof( struct llc )) {
248 printf( "atef_input size llc\n" );
252 bcopy( mtod( m, caddr_t ), &llc, sizeof( struct llc )); local
253 if ( llc.llc_dsap != LLC_SNAP_LSAP || llc.llc_ssap != LLC_SNAP_LSAP ||
254 llc.llc_control != LLC_UI ) {
264 m_adj( m, sizeof( struct llc ));
317 struct llc llc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmessage.c7925 static byte llc[3] = {2,0,0}; local
7979 llc[1] = 2;
7980 llc[2] = 4;
7981 add_p(plci, LLC, llc);
7994 llc[1] = 1;
7995 llc[2] = 4;
7996 add_p(plci, LLC, llc);
8036 llc[1] = (plci->call_dir & (CALL_DIR_ORIGINATE | CALL_DIR_FORCE_OUTG_NL)) ? 14 : 13;
8037 llc[2] = 4;
8038 add_p(plci, LLC, llc);
8553 static byte llc[3] = {2,0,0}; local
[all...]
H A Dpc_maint.h79 byte llc[6]; member in struct:DSigStruc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c822 } llc; member in union:__anon6004::__anon6005
840 #define TXCTL_LLC (1<<4) /* payload is llc */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c2425 fake_llc->llc = UI_CMD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dibmtr.c1570 struct trllc *llc; local
1598 llc = (struct trllc *) (ti->current_skb->data + hdr_len);
1600 llc_ssap = llc->ssap;
1679 void __iomem *rbuf, *rbufdata, *llc; local
1713 llc = rbuf + offsetof(struct rec_buf, data) + lan_hdr_len;
1718 DPRINTK("llc: %08X rec_buf_addr: %04X dev->mem_start: %lX\n",
1719 llc, ntohs(rarb.rec_buf_addr), dev->mem_start);
1720 DPRINTK("dsap: %02X, ssap: %02X, llc: %02X, protid: %02X%02X%02X, "
1722 (int) readb(llc + DSAP_OFST), (int) readb(llc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dllc_conn.h17 #include <linux/llc.h>
H A Dllc_if.h18 #include <linux/llc.h>
20 #include <net/llc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_fc.h45 __u8 llc; /* LLC control field */ member in struct:fcllc
H A Dif_tr.h61 __u8 llc; /* LLC control field */ member in struct:trllc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_802_3.h49 } llc; member in struct:ebt_802_3_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dfc.c55 fcllc->llc = UI_CMD;
H A Dp8022.c25 #include <net/llc.h>
H A Dpsnap.c18 #include <net/llc.h>
H A Dtr.c119 trllc->llc = UI_CMD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A DMakefile16 obj-$(CONFIG_LLC) += llc/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dclip.c805 int svc, llc, off; local
810 llc = ((clip_vcc == SEQ_NO_VCC_TOKEN) || clip_vcc->encap);
820 dev->name, svc ? "SVC" : "PVC", llc ? "LLC" : "NULL", exp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr.c21 #include <linux/llc.h>
22 #include <net/llc.h>
H A Dbr_stp_bpdu.c19 #include <linux/llc.h>
20 #include <net/llc.h>
131 * Called from llc.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_802_3.c20 __be16 type = hdr->llc.ui.ctrl & IS_UI ? hdr->llc.ui.type : hdr->llc.ni.type;
23 if (FWINV(info->sap != hdr->llc.ui.ssap, EBT_802_3_SAP))
25 if (FWINV(info->sap != hdr->llc.ui.dsap, EBT_802_3_SAP))
30 if (!(hdr->llc.ui.dsap == CHECK_TYPE && hdr->llc.ui.ssap == CHECK_TYPE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A DMakefile15 obj-$(CONFIG_LLC) += llc.o
17 llc-y := llc_core.o llc_input.o llc_output.o

Completed in 208 milliseconds

12