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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_fddisubr.c220 l->llc_dsap = l->llc_ssap = LLC_ISO_LSAP;
252 type & 0xff, l->llc_dsap & 0xff, l->llc_ssap &0xff,
320 l->llc_dsap = l->llc_ssap = LLC_SNAP_LSAP;
440 if (l->llc_control != LLC_UI || l->llc_ssap != LLC_SNAP_LSAP)
499 (l->llc_ssap == LLC_ISO_LSAP)) {
524 l->llc_dsap = l->llc_ssap = 0;
535 l->llc_dsap = l->llc_ssap;
536 l->llc_ssap = c;
H A Dif_llc.h77 u_char llc_ssap; member in struct:llc

Completed in 27 milliseconds