Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:s16

1262 	int16_t s16;
1345 memcpy(&s16, data, sizeof(s16));
1346 s16 = ntohs(s16);
1347 l = snprintf(s, len, "%d", s16);
1348 data += sizeof(s16);