Searched refs:llc_dsap (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;
435 switch (l->llc_dsap) {
498 if ((l->llc_dsap == LLC_ISO_LSAP) &&
524 l->llc_dsap = l->llc_ssap = 0;
533 u_char c = l->llc_dsap;
535 l->llc_dsap = l->llc_ssap;
578 /* printf("fddi_input: unknown dsap 0x%x\n", l->llc_dsap); */
H A Dif_llc.h76 u_char llc_dsap; member in struct:llc

Completed in 28 milliseconds