Searched refs:thismboff (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c1081 int resid, totlen, thisrboff, thismboff; local
1150 thismboff = 0;
1156 thismboff = sizeof(struct ether_header);
1167 thismblen = m->m_len - thismboff;
1171 mtod(m, void *) + thismboff, (u_int)len); */
1177 mtod(m, void *) + thismboff, (u_int)len+1);
1182 mtod(m, void *) + thismboff, (u_int)len);
1189 thismboff = 0;
1191 thismboff += len;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_ie.c803 int thisrboff, thismboff; local
879 thismboff = 0;
885 thismboff = sizeof(struct ether_header);
896 int thismblen = m->m_len - thismboff;
899 (sc->sc_memcpy)(mtod(m, char *) + thismboff,
906 thismboff = 0;
908 thismboff += len;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82586.c890 int thisrboff, thismboff; local
942 thismboff = 0;
948 thismboff = sizeof(struct ether_header);
959 thismblen = m->m_len - thismboff;
962 (sc->memcopyin)(sc, mtod(m, char *) + thismboff,
969 thismboff = 0;
971 thismboff += len;

Completed in 112 milliseconds