/src/sys/dev/ic/ |
i82586.c | 888 int thisrboff, thismboff; local in function:ieget 947 thisrboff = sizeof(struct ether_header); 956 int thisrblen = IE_RBUF_SIZE - thisrboff, 961 IE_RBUF_ADDR(sc, head) + thisrboff, 974 thisrboff = 0; 976 thisrboff += len;
|
/src/sys/arch/sun3/dev/ |
if_ie.c | 760 int thisrboff, thismboff; local in function:ieget 830 thisrboff = sizeof(struct ether_header); 839 int thisrblen = ie_buflen(sc, head) - thisrboff; 844 (void *)(sc->cbuffs[head] + thisrboff), 856 thisrboff = 0; 858 thisrboff += len;
|
/src/sys/arch/acorn32/podulebus/ |
if_ie.c | 1075 int resid, totlen, thisrboff, thismboff; local in function:ieget 1151 thisrboff = sizeof(struct ether_header); 1160 int thisrblen = ie_buflen(sc, head) - thisrboff, 1164 /* bcopy((void *)(sc->cbuffs[head] + thisrboff), 1170 ie2host(sc, sc->cbuffs[head]+thisrboff, 1175 ie2host(sc, sc->cbuffs[head]+thisrboff, 1189 thisrboff = 0; 1191 thisrboff += len;
|