atmllc 844 dev/ic/midway.c bpfattach(&ifp->if_bpf, ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));
atmllc 85 net/if_atm.h struct atmllc {
atmllc 142 net/if_atmsubr.c struct atmllc *atmllc;
atmllc 224 net/if_atmsubr.c atmllc = (struct atmllc *)(ad + 1);
atmllc 225 net/if_atmsubr.c bcopy(ATMLLC_HDR, atmllc->llchdr,
atmllc 226 net/if_atmsubr.c sizeof(atmllc->llchdr));
atmllc 227 net/if_atmsubr.c ATM_LLC_SETTYPE(atmllc, etype);
atmllc 294 net/if_atmsubr.c struct atmllc *alc;
atmllc 298 net/if_atmsubr.c alc = mtod(m, struct atmllc *);