Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:s32

1264 	int32_t s32;
1355 memcpy(&s32, data, sizeof(s32));
1356 s32 = ntohl(s32);
1357 l = snprintf(s, len, "%d", s32);
1358 data += sizeof(s32);