Searched refs:val_s32 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dscript.c72 int32_t val_s32; local
167 memcpy(&val_s32, option, 4);
168 dest += sprintf(dest, "%ld ", (long) ntohl(val_s32));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dscript.c73 int32_t val_s32; local
109 memcpy(&val_s32, option, 4);
110 dest += sprintf(dest, "%ld ", (long) ntohl(val_s32));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c65 int32_t val_s32; local
104 memcpy(&val_s32, option, 4);
105 dest += sprintf(dest, "%ld", (long) ntohl(val_s32));

Completed in 59 milliseconds