Home | History | Annotate | Download | only in pending

Lines Matching refs:convtmp

545   uint32_t optcode = 0, inf = infomode, convtmp, mask, nip, router;
588 strtou32(valstr, &convtmp);
589 memcpy(options_list[count].val, &convtmp, sizeof(uint32_t));
594 strtou32(valstr, &convtmp);
595 memcpy(options_list[count].val, &convtmp, sizeof(uint16_t));
600 strtou32(valstr, &convtmp);
601 memcpy(options_list[count].val, &convtmp, sizeof(uint8_t));