Searched refs:temp16 (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Denumerate.c177 u_int16_t temp16; local
237 memcpy( &temp16, ibuf, sizeof( temp16 ));
238 sindex = ntohs( temp16 );
239 ibuf += sizeof( temp16 );
253 memcpy( &temp16, ibuf, sizeof( temp16 ));
254 maxsz = ntohs( temp16 );
255 ibuf += sizeof( temp16 );
449 temp16
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c177 u_int16_t temp16; local
237 memcpy( &temp16, ibuf, sizeof( temp16 ));
238 sindex = ntohs( temp16 );
239 ibuf += sizeof( temp16 );
253 memcpy( &temp16, ibuf, sizeof( temp16 ));
254 maxsz = ntohs( temp16 );
255 ibuf += sizeof( temp16 );
449 temp16
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsmisc.c81 u16 temp16 = 0; local
249 ACPI_MOVE_16_TO_16(&temp16, source);
252 acpi_rs_decode_bitmask(temp16, destination);
331 u16 temp16 = 0; local
461 temp16 = acpi_rs_encode_bitmask(source,
466 ACPI_MOVE_16_TO_16(destination, &temp16);
H A Drscalc.c342 u16 temp16; local
384 ACPI_MOVE_16_TO_16(&temp16, buffer);
385 extra_struct_bytes = acpi_rs_count_set_bits(temp16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_gss.c460 u_int16_t temp16; local
467 temp16 = htons( 1 );
468 memcpy(rbuf, &temp16, sizeof(temp16));
469 *rbuflen += sizeof(temp16);
596 u_int16_t temp16; local
603 temp16 = htons( 1 );
604 memcpy(rbuf, &temp16, sizeof(temp16));
605 *rbuflen += sizeof(temp16);
[all...]
H A Duams_dhx_passwd.c258 u_int16_t temp16; local
269 memcpy(&temp16, uname, sizeof(temp16));
270 len = ntohs(temp16);
H A Duams_passwd.c207 u_int16_t temp16; local
218 memcpy(&temp16, uname, sizeof(temp16));
219 len = ntohs(temp16);
H A Duams_pam.c256 u_int16_t temp16; local
266 memcpy(&temp16, uname, sizeof(temp16));
267 len = ntohs(temp16);
H A Duams_dhx2_passwd.c322 u_int16_t temp16; local
336 memcpy(&temp16, uname, sizeof(temp16));
337 len = ntohs(temp16);
H A Duams_dhx_pam.c379 u_int16_t temp16; local
393 memcpy(&temp16, uname, sizeof(temp16));
394 len = ntohs(temp16);
H A Duams_randnum.c535 u_int16_t temp16; local
546 memcpy(&temp16, uname, sizeof(temp16));
547 len = ntohs(temp16);
H A Duams_dhx2_pam.c368 u_int16_t temp16; local
382 memcpy(&temp16, uname, sizeof(temp16));
383 len = ntohs(temp16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_gss.c465 u_int16_t temp16; local
472 temp16 = htons( 1 );
473 memcpy(rbuf, &temp16, sizeof(temp16));
474 *rbuflen += sizeof(temp16);
601 u_int16_t temp16; local
608 temp16 = htons( 1 );
609 memcpy(rbuf, &temp16, sizeof(temp16));
610 *rbuflen += sizeof(temp16);
[all...]
H A Duams_dhx_passwd.c253 u_int16_t temp16; local
264 memcpy(&temp16, uname, sizeof(temp16));
265 len = ntohs(temp16);
H A Duams_passwd.c201 u_int16_t temp16; local
212 memcpy(&temp16, uname, sizeof(temp16));
213 len = ntohs(temp16);
H A Duams_pam.c256 u_int16_t temp16; local
266 memcpy(&temp16, uname, sizeof(temp16));
267 len = ntohs(temp16);
H A Duams_dhx2_passwd.c317 u_int16_t temp16; local
331 memcpy(&temp16, uname, sizeof(temp16));
332 len = ntohs(temp16);
H A Duams_dhx_pam.c379 u_int16_t temp16; local
393 memcpy(&temp16, uname, sizeof(temp16));
394 len = ntohs(temp16);
H A Duams_randnum.c535 u_int16_t temp16; local
546 memcpy(&temp16, uname, sizeof(temp16));
547 len = ntohs(temp16);
H A Duams_dhx2_pam.c368 u_int16_t temp16; local
382 memcpy(&temp16, uname, sizeof(temp16));
383 len = ntohs(temp16);

Completed in 255 milliseconds