OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:llc2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_bridge.c
2734
struct llc *
llc2
= (struct llc *)(eh1 + 1);
local
2737
llc2
->llc_dsap == LLC_SNAP_LSAP &&
2738
llc2
->llc_ssap == LLC_SNAP_LSAP &&
2739
llc2
->llc_control == LLC_UI) {
2740
ether_type = htons(
llc2
->llc_un.type_snap.ether_type);
if_bridge.c
2734
struct llc *
llc2
= (struct llc *)(eh1 + 1);
local
2737
llc2
->llc_dsap == LLC_SNAP_LSAP &&
2738
llc2
->llc_ssap == LLC_SNAP_LSAP &&
2739
llc2
->llc_control == LLC_UI) {
2740
ether_type = htons(
llc2
->llc_un.type_snap.ether_type);
Completed in 39 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026