Searched refs:llc2 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c5314 struct llc *llc2 = (struct llc *)(eh1 + 1); local
5317 llc2->llc_dsap == LLC_SNAP_LSAP &&
5318 llc2->llc_ssap == LLC_SNAP_LSAP &&
5319 llc2->llc_control == LLC_UI) {
5320 ether_type = htons(llc2->llc_un.type_snap.ether_type);

Completed in 77 milliseconds