Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-llc.c59 { LLC_UI, "ui" },
258 && control == LLC_UI) { in llc_print()
276 control == LLC_UI) { in llc_print()
282 control == LLC_UI) { in llc_print()
294 control == LLC_UI) { in llc_print()
325 && control == LLC_UI) { in llc_print()
H A Dprint-juniper.c954 case (LLC_UI<<8 | NLPID_Q933): in juniper_mfr_if_print()
955 case (LLC_UI<<8 | NLPID_IP): in juniper_mfr_if_print()
956 case (LLC_UI<<8 | NLPID_IP6): in juniper_mfr_if_print()
990 case (LLC_UI): in juniper_mlfr_if_print()
991 case (LLC_UI<<8): in juniper_mlfr_if_print()
994 case (LLC_UI<<8 | NLPID_Q933): in juniper_mlfr_if_print()
995 case (LLC_UI<<8 | NLPID_IP): in juniper_mlfr_if_print()
996 case (LLC_UI<<8 | NLPID_IP6): in juniper_mlfr_if_print()
H A Dllc.h36 #define LLC_UI 0x03 macro
H A Dprint-atm.c247 if (GET_U_1(p) == LLC_UI) { in atm_if_print()
H A Dprint-fr.c264 if (GET_U_1(p + addr_len) != LLC_UI && dlci != 0) { in fr_print()
/freebsd/contrib/libpcap/
H A Dllc.h36 #define LLC_UI 0x03 macro
H A Dgrammar.y.in216 { LLC_UI, "ui" },
/freebsd/sys/net/
H A Dif_llc.h123 #define LLC_UI 0x3 macro
H A Dbridgestp.c256 bpdu.tbu_ctl = LLC_UI; in bstp_transmit_tcn()
363 bpdu->cbu_ctl = LLC_UI; in bstp_send_bpdu()
488 tpdu.tbu_ctl != LLC_UI) in bstp_input()
H A Dif_bridge.c3433 llc2->llc_control == LLC_UI) { in bridge_pfil()
/freebsd/sys/net80211/
H A Dieee80211_input.c333 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in ieee80211_decap()
389 LLC_SNAP_LSAP, LLC_SNAP_LSAP, LLC_UI, 0, 0, 0 in ieee80211_decap1()
H A Dieee80211_superg.c464 llc->llc_control = LLC_UI; in ieee80211_ff_encap()
H A Dieee80211_output.c1222 llc->llc_control != LLC_UI || in ieee80211_classify()
1663 llc->llc_control = LLC_UI; in ieee80211_encap()
4134 llc->llc_control = LLC_UI; in ieee80211_ff_encap1()
H A Dieee80211_mesh.c1277 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in mesh_decap()