Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
HDprint-llc.c61 { LLC_UI, "ui" },
260 && control == LLC_UI) { in llc_print()
278 control == LLC_UI) { in llc_print()
284 control == LLC_UI) { in llc_print()
296 control == LLC_UI) { in llc_print()
327 && control == LLC_UI) { in llc_print()
HDprint-juniper.c973 case (LLC_UI<<8 | NLPID_Q933): in juniper_mfr_if_print()
974 case (LLC_UI<<8 | NLPID_IP): in juniper_mfr_if_print()
975 case (LLC_UI<<8 | NLPID_IP6): in juniper_mfr_if_print()
1009 case (LLC_UI): in juniper_mlfr_if_print()
1010 case (LLC_UI<<8): in juniper_mlfr_if_print()
1013 case (LLC_UI<<8 | NLPID_Q933): in juniper_mlfr_if_print()
1014 case (LLC_UI<<8 | NLPID_IP): in juniper_mlfr_if_print()
1015 case (LLC_UI<<8 | NLPID_IP6): in juniper_mlfr_if_print()
HDllc.h36 #define LLC_UI 0x03 macro
HDprint-atm.c249 if (GET_U_1(p) == LLC_UI) { in atm_if_print()
HDprint-fr.c266 if (GET_U_1(p + addr_len) != LLC_UI && dlci != 0) { in fr_print()
/dragonfly/contrib/libpcap/
HDllc.h36 #define LLC_UI 0x03 macro
HDgrammar.y212 { LLC_UI, "ui" },
/dragonfly/sys/net/
HDif_llc.h112 #define LLC_UI 0x3 macro
HDif_ethersubr.c910 llc->llc_control != LLC_UI) in altq_etherclassify()
/dragonfly/sys/net/bridge/
HDbridgestp.c268 bpdu.cbu_ctl = LLC_UI; in bstp_send_config_bpdu()
458 bpdu.tbu_ctl = LLC_UI; in bstp_transmit_tcn()
890 tpdu.tbu_ctl != LLC_UI) in bstp_input()
HDif_bridge.c4007 llc2->llc_control == LLC_UI) { in bridge_pfil()
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_superg.c454 llc->llc_control = LLC_UI; in ieee80211_ff_encap()
HDieee80211_input.c334 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in ieee80211_decap()
HDieee80211_output.c1505 llc->llc_control = LLC_UI;
3604 llc->llc_control = LLC_UI;
HDieee80211_mesh.c1305 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in mesh_decap()