Home
last modified time | relevance | path

Searched refs:LLC_UI (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-llc.c61 { LLC_UI, "ui" },
259 && control == LLC_UI) { in llc_print()
277 control == LLC_UI) { in llc_print()
283 control == LLC_UI) { in llc_print()
295 control == LLC_UI) { in llc_print()
326 && control == LLC_UI) { in llc_print()
H A Dprint-juniper.c891 case (LLC_UI<<8 | NLPID_Q933): in juniper_mfr_print()
892 case (LLC_UI<<8 | NLPID_IP): in juniper_mfr_print()
893 case (LLC_UI<<8 | NLPID_IP6): in juniper_mfr_print()
922 case (LLC_UI): in juniper_mlfr_print()
923 case (LLC_UI<<8): in juniper_mlfr_print()
926 case (LLC_UI<<8 | NLPID_Q933): in juniper_mlfr_print()
927 case (LLC_UI<<8 | NLPID_IP): in juniper_mlfr_print()
928 case (LLC_UI<<8 | NLPID_IP6): in juniper_mlfr_print()
H A Dllc.h36 #define LLC_UI 0x03 macro
H A Dprint-atm.c262 if (*p == LLC_UI) { in atm_if_print()
H A Dprint-fr.c260 if (p[addr_len] != LLC_UI && dlci != 0) { in fr_print()
/freebsd-13.1/contrib/libpcap/
H A Dllc.h36 #define LLC_UI 0x03 macro
H A Dgrammar.y186 { LLC_UI, "ui" },
/freebsd-13.1/sys/net/
H A Dif_llc.h126 #define LLC_UI 0x3 macro
H A Dbridgestp.c258 bpdu.tbu_ctl = LLC_UI; in bstp_transmit_tcn()
365 bpdu->cbu_ctl = LLC_UI; in bstp_send_bpdu()
490 tpdu.tbu_ctl != LLC_UI) in bstp_input()
H A Dif_bridge.c3288 llc2->llc_control == LLC_UI) { in bridge_pfil()
/freebsd-13.1/sys/net80211/
H A Dieee80211_input.c331 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in ieee80211_decap()
387 LLC_SNAP_LSAP, LLC_SNAP_LSAP, LLC_UI, 0, 0, 0 in ieee80211_decap1()
H A Dieee80211_superg.c466 llc->llc_control = LLC_UI; in ieee80211_ff_encap()
H A Dieee80211_output.c1224 llc->llc_control != LLC_UI || in ieee80211_classify()
1658 llc->llc_control = LLC_UI; in ieee80211_encap()
4132 llc->llc_control = LLC_UI; in ieee80211_ff_encap1()
H A Dieee80211_mesh.c1280 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in mesh_decap()