Searched refs:llc (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/usr.bin/clang/llc/
H A DMakefile3 PROG_CXX= llc
5 SRCDIR= llvm/tools/llc
6 SRCS+= llc.cpp
/freebsd-13-stable/tests/sys/net/
H A Dstp.py59 llc = sp.Ether(src="00:0c:29:0b:91:0a", dst="01:80:C2:00:00:00") \
63 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
67 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
73 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
77 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
83 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
87 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
/freebsd-13-stable/sys/net80211/
H A Dieee80211_input.c301 struct llc *llc; local
306 if (m->m_len < hdrlen + sizeof(*llc) &&
307 (m = m_pullup(m, hdrlen + sizeof(*llc))) == NULL) {
313 llc = (struct llc *)(mtod(m, caddr_t) + hdrlen);
314 if (llc->llc_dsap == LLC_SNAP_LSAP && llc->llc_ssap == LLC_SNAP_LSAP &&
315 llc->llc_control == LLC_UI && llc
366 struct llc *llc; local
[all...]
H A Dieee80211_superg.c275 #define FF_LLC_SIZE (sizeof(struct ether_header) + sizeof(struct llc))
277 struct llc *llc; local
294 "%s", "m_pullup(llc) failed");
298 llc = (struct llc *)(mtod(m, uint8_t *) +
300 if (llc->llc_snap.ether_type != htons(ATH_FF_ETH_TYPE))
368 struct llc *llc; local
457 M_PREPEND(m1, sizeof(struct llc), M_NOWAI
[all...]
H A Dieee80211_output.c1202 struct llc *llc; local
1212 if (m->m_pkthdr.len < hdrlen + sizeof(*llc))
1215 llc = (struct llc *)mtodo(m, hdrlen);
1216 if (llc->llc_dsap != LLC_SNAP_LSAP ||
1217 llc->llc_ssap != LLC_SNAP_LSAP ||
1218 llc->llc_control != LLC_UI ||
1219 llc->llc_snap.org_code[0] != 0 ||
1220 llc
1473 struct llc *llc; local
4049 struct llc *llc; local
[all...]
H A Dieee80211_mesh.c1262 struct llc *llc; local
1265 if (m->m_len < hdrlen + sizeof(*llc) &&
1266 (m = m_pullup(m, hdrlen + sizeof(*llc))) == NULL) {
1279 llc = (struct llc *)(mtod(m, caddr_t) + hdrlen);
1280 if (llc->llc_dsap == LLC_SNAP_LSAP && llc->llc_ssap == LLC_SNAP_LSAP &&
1281 llc->llc_control == LLC_UI && llc
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py139 def __init__(self, llc):
140 super(HandoverServer, self).__init__(llc)
203 def wps_handover_init(llc):
224 client = nfc.handover.HandoverClient(llc)
392 def llcp_worker(llc):
395 wps_handover_init(llc)
405 def llcp_startup(clf, llc):
410 srv = HandoverServer(llc)
417 return llc
419 def llcp_connected(llc)
[all...]
H A Dp2p-nfc.py153 def p2p_handover_client(llc):
188 client = nfc.handover.HandoverClient(llc)
260 def __init__(self, llc):
261 super(HandoverServer, self).__init__(llc)
475 def llcp_worker(llc):
479 p2p_handover_client(llc)
510 p2p_handover_client(llc)
516 def llcp_startup(clf, llc):
519 srv = HandoverServer(llc)
520 return llc
[all...]
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py111 def __init__(self, llc):
112 super(HandoverServer, self).__init__(llc)
252 def llcp_startup(clf, llc):
255 srv = HandoverServer(llc)
256 return llc
258 def llcp_connected(llc):
/freebsd-13-stable/sys/net/
H A Dif_llc.h48 struct llc { struct
120 CTASSERT(sizeof (struct llc) == LLC_SNAPFRAMELEN);
H A Dif_fwsubr.c744 firewire_ifattach(struct ifnet *ifp, struct fw_hwaddr *llc) argument
754 fc->fc_speed = llc->sspd;
770 bcopy(llc, LLADDR(sdl), ifp->if_addrlen);
776 (uint8_t *) &llc->sender_unique_ID_hi, ":",
777 ntohs(llc->sender_unicast_FIFO_hi),
778 ntohl(llc->sender_unicast_FIFO_lo),
779 speeds[llc->sspd],
780 (2 << llc->sender_max_rec));
H A Dif_bridge.c388 struct ether_header *, int, struct llc *);
3205 struct llc llc1;
3236 struct llc *llc2 = (struct llc *)(eh1 + 1);
3295 m_copydata(*mp, 0, sizeof(struct llc), (caddr_t) &llc1);
3296 m_adj(*mp, sizeof(struct llc));
3415 M_PREPEND(*mp, sizeof(struct llc), M_NOWAIT);
3418 bcopy(&llc1, mtod(*mp, caddr_t), sizeof(struct llc));
3596 int snap, struct llc *llc)
3595 bridge_fragment(struct ifnet *ifp, struct mbuf **mp, struct ether_header *eh, int snap, struct llc *llc) argument
[all...]
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dipft_pc.c17 struct llc { struct
29 static struct llc llcs[] = {
61 static struct llc *llcp = NULL;
212 struct llc *l;
/freebsd-13-stable/lib/libutil/
H A Dlogin_class.c435 login_cap_t *llc = NULL; local
441 llc = lc; /* free this when we're done */
483 login_close(llc);
489 login_close(llc);
522 login_close(llc);
532 login_close(llc);
540 login_close(llc);
/freebsd-13-stable/usr.bin/clang/
H A DMakefile25 SUBDIR+= llc
/freebsd-13-stable/targets/pseudo/clang/
H A DMakefile.depend45 usr.bin/clang/llc \
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile128 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
166 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
H A Dmakefile.wc118 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile94 print-llc.c \
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in159 print-llc.c \
275 llc.h \
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tdma.c232 * the encapsulation done by ieee80211_encap (llc). We also
237 + sizeof(struct llc) \
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l349 llc return LLC;
H A DMakefile.in134 llc.h \
/freebsd-13-stable/sys/kern/
H A Dsched_ule.c1275 goto llc;
1304 llc:
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c770 struct llc* h = (struct llc*) buf;
1315 // ether type should be there from llc
1317 dlen -= 8; // llc

Completed in 390 milliseconds

12