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

12

/freebsd-11-stable/usr.bin/clang/llc/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llc/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llc
5 SRCDIR= llvm/tools/llc
6 SRCS+= llc.cpp
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c308 struct llc *llc; local
313 if (m->m_len < hdrlen + sizeof(*llc) &&
314 (m = m_pullup(m, hdrlen + sizeof(*llc))) == NULL) {
320 llc = (struct llc *)(mtod(m, caddr_t) + hdrlen);
321 if (llc->llc_dsap == LLC_SNAP_LSAP && llc->llc_ssap == LLC_SNAP_LSAP &&
322 llc->llc_control == LLC_UI && llc
373 struct llc *llc; local
[all...]
H A Dieee80211_superg.c258 #define FF_LLC_SIZE (sizeof(struct ether_header) + sizeof(struct llc))
261 struct llc *llc; local
278 "%s", "m_pullup(llc) failed");
282 llc = (struct llc *)(mtod(m, uint8_t *) +
284 if (llc->llc_snap.ether_type != htons(ATH_FF_ETH_TYPE))
353 struct llc *llc; local
442 M_PREPEND(m1, sizeof(struct llc), M_NOWAI
[all...]
H A Dieee80211_output.c1098 #define TO_BE_RECLAIMED (sizeof(struct ether_header) - sizeof(struct llc))
1125 * sizeof(struct ether_header) - sizeof(struct llc)
1230 struct llc *llc; local
1379 m_adj(m, sizeof(struct ether_header) - sizeof(struct llc));
1380 llc = mtod(m, struct llc *);
1381 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
1382 llc
3456 struct llc *llc; local
[all...]
H A Dieee80211_mesh.c1255 struct llc *llc; local
1258 if (m->m_len < hdrlen + sizeof(*llc) &&
1259 (m = m_pullup(m, hdrlen + sizeof(*llc))) == NULL) {
1272 llc = (struct llc *)(mtod(m, caddr_t) + hdrlen);
1273 if (llc->llc_dsap == LLC_SNAP_LSAP && llc->llc_ssap == LLC_SNAP_LSAP &&
1274 llc->llc_control == LLC_UI && llc
[all...]
/freebsd-11-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-11-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-11-stable/sys/net/
H A Dif_llc.h46 struct llc { struct
118 CTASSERT(sizeof (struct llc) == LLC_SNAPFRAMELEN);
H A Dif_fwsubr.c742 firewire_ifattach(struct ifnet *ifp, struct fw_hwaddr *llc) argument
752 fc->fc_speed = llc->sspd;
768 bcopy(llc, LLADDR(sdl), ifp->if_addrlen);
774 (uint8_t *) &llc->sender_unique_ID_hi, ":",
775 ntohs(llc->sender_unicast_FIFO_hi),
776 ntohl(llc->sender_unicast_FIFO_lo),
777 speeds[llc->sspd],
778 (2 << llc->sender_max_rec));
H A Dif_fddisubr.c236 struct llc *l;
240 l = mtod(m, struct llc *);
311 struct llc *l;
407 l = mtod(m, struct llc *);
H A Dif_iso88025subr.c300 * full mac, llc, and source routing function to be controlled.
301 * llc and source routing information must already be in the
325 struct llc *l;
329 l = mtod(m, struct llc *);
397 struct llc *l;
490 l = mtod(m, struct llc *);
587 printf("iso88025_input: unexpected llc control 0x%02x\n", l->llc_control);
H A Dif_bridge.c338 struct ether_header *, int, struct llc *);
3107 struct llc llc1;
3137 struct llc *llc2 = (struct llc *)(eh1 + 1);
3196 m_copydata(*mp, 0, sizeof(struct llc), (caddr_t) &llc1);
3197 m_adj(*mp, sizeof(struct llc));
3323 M_PREPEND(*mp, sizeof(struct llc), M_NOWAIT);
3326 bcopy(&llc1, mtod(*mp, caddr_t), sizeof(struct llc));
3504 int snap, struct llc *llc)
3503 bridge_fragment(struct ifnet *ifp, struct mbuf **mp, struct ether_header *eh, int snap, struct llc *llc) argument
[all...]
/freebsd-11-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-11-stable/lib/libutil/
H A Dlogin_class.c431 login_cap_t *llc = NULL; local
438 llc = lc; /* free this when we're done */
480 login_close(llc);
486 login_close(llc);
519 login_close(llc);
538 login_close(llc);
546 login_close(llc);
/freebsd-11-stable/usr.bin/clang/
H A DMakefile25 SUBDIR+= llc
/freebsd-11-stable/targets/pseudo/clang/
H A DMakefile.depend22 usr.bin/clang/llc \
/freebsd-11-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-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile94 print-llc.c \
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in159 print-llc.c \
275 llc.h \
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq_ifsubr.c464 pdq_ifattach(pdq_softc_t *sc, const pdq_uint8_t *llc, pdq_type_t type)
504 fddi_ifattach(ifp, llc, FDDI_BPF_SUPPORTED);
458 pdq_ifattach(pdq_softc_t *sc, const pdq_uint8_t *llc, pdq_type_t type) argument
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi.c939 const struct llc *llc; local
975 llc = (const struct llc *)(
977 frmhdr.wi_ehdr.ether_type = llc->llc_snap.ether_type;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c230 * the encapsulation done by ieee80211_encap (llc). We also
235 + sizeof(struct llc) \
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l349 llc return LLC;

Completed in 259 milliseconds

12