RNDIS_RESPONSE_LEN
buf = malloc(RNDIS_RESPONSE_LEN, M_TEMP, M_WAITOK | M_CANFAIL);
sc->sc_ifaceno_ctl, 0, buf, RNDIS_RESPONSE_LEN);
free(buf, M_TEMP, RNDIS_RESPONSE_LEN);
if (letoh32(hdr->rm_len) > RNDIS_RESPONSE_LEN) {
RNDIS_RESPONSE_LEN);
free(buf, M_TEMP, RNDIS_RESPONSE_LEN);
free(hdr, M_TEMP, RNDIS_RESPONSE_LEN);