HomeSort by: relevance | last modified time | path
    Searched defs:thismboff (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
i82586.c 888 int thisrboff, thismboff; local in function:ieget
940 thismboff = 0;
946 thismboff = sizeof(struct ether_header);
957 thismblen = m->m_len - thismboff;
960 (sc->memcopyin)(sc, mtod(m, char *) + thismboff,
967 thismboff = 0;
969 thismboff += len;
  /src/sys/arch/sun3/dev/
if_ie.c 760 int thisrboff, thismboff; local in function:ieget
823 thismboff = 0;
829 thismboff = sizeof(struct ether_header);
840 int thismblen = m->m_len - thismboff;
843 (sc->sc_memcpy)(mtod(m, char *) + thismboff,
850 thismboff = 0;
852 thismboff += len;
  /src/sys/arch/acorn32/podulebus/
if_ie.c 1075 int resid, totlen, thisrboff, thismboff; local in function:ieget
1144 thismboff = 0;
1150 thismboff = sizeof(struct ether_header);
1161 thismblen = m->m_len - thismboff;
1165 mtod(m, void *) + thismboff, (u_int)len); */
1171 mtod(m, void *) + thismboff, (u_int)len+1);
1176 mtod(m, void *) + thismboff, (u_int)len);
1183 thismboff = 0;
1185 thismboff += len;

Completed in 14 milliseconds