Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
Dprint-llc.c69 { LLC_UI, "ui" },
244 control == LLC_UI) { in llc_print()
250 control == LLC_UI) { in llc_print()
256 control == LLC_UI) { in llc_print()
302 && control == LLC_UI) { in llc_print()
308 && control == LLC_UI) { in llc_print()
Dprint-juniper.c858 case (LLC_UI<<8 | NLPID_Q933): in juniper_mfr_print()
859 case (LLC_UI<<8 | NLPID_IP): in juniper_mfr_print()
860 case (LLC_UI<<8 | NLPID_IP6): in juniper_mfr_print()
887 case (LLC_UI): in juniper_mlfr_print()
888 case (LLC_UI<<8): in juniper_mlfr_print()
891 case (LLC_UI<<8 | NLPID_Q933): in juniper_mlfr_print()
892 case (LLC_UI<<8 | NLPID_IP): in juniper_mlfr_print()
893 case (LLC_UI<<8 | NLPID_IP6): in juniper_mlfr_print()
Dllc.h38 #define LLC_UI 0x03 macro
Dprint-atm.c182 if (*p == LLC_UI) { in atm_if_print()
/freebsd-10-stable/sys/net/
Dif_iso88025subr.c341 *cp++ = LLC_UI; in iso88025_output()
381 l->llc_control = LLC_UI; in iso88025_output()
546 if ((l->llc_control != LLC_UI) ||
559 if ((l->llc_control != LLC_UI) ||
611 case LLC_UI:
Dif_llc.h124 #define LLC_UI 0x3 macro
Dif_fddisubr.c214 llc.llc_control = LLC_UI; in fddi_output()
297 l->llc_control = LLC_UI; in fddi_output()
469 if ((l->llc_control != LLC_UI) ||
Dif_ethersubr.c287 llc.llc_control = LLC_UI; in ether_output()
834 l->llc_control == LLC_UI) { in ether_demux()
Dbridgestp.c252 bpdu.tbu_ctl = LLC_UI; in bstp_transmit_tcn()
358 bpdu->cbu_ctl = LLC_UI; in bstp_send_bpdu()
483 tpdu.tbu_ctl != LLC_UI) in bstp_input()
Dif_bridge.c3075 llc2->llc_control == LLC_UI) { in bridge_pfil()
/freebsd-10-stable/sys/netatalk/
Daarp.c240 llc->llc_control = LLC_UI; in aarpwhohas()
534 llc->llc_control = LLC_UI; in at_aarpinput()
679 llc->llc_control = LLC_UI; in aarpprobe()
/freebsd-10-stable/sys/net80211/
Dieee80211_input.c300 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in ieee80211_decap()
Dieee80211_superg.c446 llc->llc_control = LLC_UI; in ieee80211_ff_encap()
Dieee80211_output.c1320 llc->llc_control = LLC_UI; in ieee80211_encap()
3366 llc->llc_control = LLC_UI; in ieee80211_ff_encap1()
Dieee80211_mesh.c1285 llc->llc_control == LLC_UI && llc->llc_snap.org_code[0] == 0 && in mesh_decap()