Home | History | Annotate | Download | only in libnetutils

Lines Matching refs:optlen

170     int optlen;
193 optlen = *x++;
195 if (optlen > len) {
200 if (optlen >= 4) {
207 if (optlen >= 4) memcpy(&info->gateway, x, 4);
210 if (optlen >= 4) memcpy(&info->dns1, x + 0, 4);
211 if (optlen >= 8) memcpy(&info->dns2, x + 4, 4);
214 if (optlen >= 4) {
220 if (optlen >= 4) memcpy(&info->serveraddr, x, 4);
228 x += optlen;
229 len -= optlen;
273 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d",