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

/freebsd-10.1-release/sys/netgraph/
H A Dng_atmllc.c43 #include <net/if_atm.h> /* for struct atmllc */
46 #define NG_ATMLLC_HEADER_LEN (sizeof(struct atmllc))
76 NETGRAPH_INIT(atmllc, &ng_atmllc_typestruct);
150 struct atmllc *hdr;
162 hdr = mtod(m, struct atmllc *);
170 if (m->m_len < sizeof(struct atmllc) + ETHER_HDR_LEN) {
171 m = m_pullup(m, sizeof(struct atmllc) + ETHER_HDR_LEN);
179 hdr = mtod(m, struct atmllc *);
202 m_adj(m, sizeof(struct atmllc) + padding);
211 hdr = mtod(m, struct atmllc *);
[all...]
/freebsd-10.1-release/sys/net/
H A Dif_atmsubr.c131 struct atmllc *atmllc; local
132 const struct atmllc *llc_hdr = NULL;
176 llc_hdr = (const struct atmllc *)(dst->sa_data +
199 atmllc = (struct atmllc *)(ad + 1);
201 bcopy(ATMLLC_HDR, atmllc->llchdr,
202 sizeof(atmllc->llchdr));
204 ATM_LLC_SETTYPE(atmllc, etype);
207 bcopy(llc_hdr, atmllc, sizeo
[all...]
H A Dif_atm.h246 struct atmllc { struct
/freebsd-10.1-release/sys/modules/netgraph/
H A DMakefile8 atmllc \
/freebsd-10.1-release/sys/dev/patm/
H A Dif_patm_attach.c438 bpfattach(ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));
/freebsd-10.1-release/sys/dev/hatm/
H A Dif_hatm.c1944 bpfattach(ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));
/freebsd-10.1-release/sys/dev/en/
H A Dmidway.c3027 bpfattach(ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));
/freebsd-10.1-release/sys/dev/fatm/
H A Dif_fatm.c3040 bpfattach(ifp, DLT_ATM_RFC1483, sizeof(struct atmllc));

Completed in 92 milliseconds