Searched refs:bufpos (Results 1 – 1 of 1) sorted by relevance
440 ssize_t buflen, bufpos; in device_monitor_receive_device() local493 bufpos = buf.nlh.properties_off; in device_monitor_receive_device()500 bufpos = strlen(buf.raw) + 1; in device_monitor_receive_device()501 if ((size_t) bufpos < sizeof("a@/d") || bufpos >= buflen) in device_monitor_receive_device()511 r = device_new_from_nulstr(&device, (uint8_t*) &buf.raw[bufpos], buflen - bufpos); in device_monitor_receive_device()