Searched refs:PIN (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ez-ipupdate/
H A Dasus_ddns.c600 unsigned long PIN = strtoul(pin_string, NULL, 10 );; local
603 accum += 3 * ((PIN / 10000000) % 10);
604 accum += 1 * ((PIN / 1000000) % 10);
605 accum += 3 * ((PIN / 100000) % 10);
606 accum += 1 * ((PIN / 10000) % 10);
607 accum += 3 * ((PIN / 1000) % 10);
608 accum += 1 * ((PIN / 100) % 10);
609 accum += 3 * ((PIN / 10) % 10);
610 accum += 1 * ((PIN / 1) % 10);
613 return 0; // The PIN cod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ez-ipupdate/
H A Dasus_ddns.c600 unsigned long PIN = strtoul(pin_string, NULL, 10 );; local
603 accum += 3 * ((PIN / 10000000) % 10);
604 accum += 1 * ((PIN / 1000000) % 10);
605 accum += 3 * ((PIN / 100000) % 10);
606 accum += 1 * ((PIN / 10000) % 10);
607 accum += 3 * ((PIN / 1000) % 10);
608 accum += 1 * ((PIN / 100) % 10);
609 accum += 3 * ((PIN / 10) % 10);
610 accum += 1 * ((PIN / 1) % 10);
613 return 0; // The PIN cod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ez-ipupdate/
H A Dasus_ddns.c600 unsigned long PIN = strtoul(pin_string, NULL, 10 );; local
603 accum += 3 * ((PIN / 10000000) % 10);
604 accum += 1 * ((PIN / 1000000) % 10);
605 accum += 3 * ((PIN / 100000) % 10);
606 accum += 1 * ((PIN / 10000) % 10);
607 accum += 3 * ((PIN / 1000) % 10);
608 accum += 1 * ((PIN / 100) % 10);
609 accum += 3 * ((PIN / 10) % 10);
610 accum += 1 * ((PIN / 1) % 10);
613 return 0; // The PIN cod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/common/include/
H A Dwps_enrapi.h110 bool wps_validateChecksum(IN unsigned long int PIN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/include/mach/
H A Dat32ap700x.h143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dat32ap700x.h143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rom/apps_scripts/
H A Dmodem_status.sh283 elif [ "$sim_inserted2" == "SIM PIN" ]; then
284 echo "Need PIN."
857 echo "Fail to get the PIN retry."
861 echo "SIM PIN retry is $ret."
877 echo "24:Need to input the PIN code."
893 # $2: the original PUK. $3: the new PIN.
898 echo "27:Need to input the new PIN code."
904 echo "28:Fail to unlock the SIM PIN: $2."
910 # $2: 1, lock; 0, unlock. $3: the original PIN.
913 echo "29:SIM need to input the PIN cod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rom/apps_scripts/
H A Dmodem_status.sh283 elif [ "$sim_inserted2" == "SIM PIN" ]; then
284 echo "Need PIN."
857 echo "Fail to get the PIN retry."
861 echo "SIM PIN retry is $ret."
877 echo "24:Need to input the PIN code."
893 # $2: the original PUK. $3: the new PIN.
898 echo "27:Need to input the new PIN code."
904 echo "28:Fail to unlock the SIM PIN: $2."
910 # $2: 1, lock; 0, unlock. $3: the original PIN.
913 echo "29:SIM need to input the PIN cod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rom/apps_scripts/
H A Dmodem_status.sh283 elif [ "$sim_inserted2" == "SIM PIN" ]; then
284 echo "Need PIN."
857 echo "Fail to get the PIN retry."
861 echo "SIM PIN retry is $ret."
877 echo "24:Need to input the PIN code."
893 # $2: the original PUK. $3: the new PIN.
898 echo "27:Need to input the new PIN code."
904 echo "28:Fail to unlock the SIM PIN: $2."
910 # $2: 1, lock; 0, unlock. $3: the original PIN.
913 echo "29:SIM need to input the PIN cod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dservices.c1584 unsigned long PIN = strtoul(pin_string, NULL, 10); local
1592 accum += 3 * ((PIN / 10000000) % 10);
1593 accum += 1 * ((PIN / 1000000) % 10);
1594 accum += 3 * ((PIN / 100000) % 10);
1595 accum += 1 * ((PIN / 10000) % 10);
1596 accum += 3 * ((PIN / 1000) % 10);
1597 accum += 1 * ((PIN / 100) % 10);
1598 accum += 3 * ((PIN / 10) % 10);
1599 accum += 1 * ((PIN / 1) % 10);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dservices.c1584 unsigned long PIN = strtoul(pin_string, NULL, 10); local
1592 accum += 3 * ((PIN / 10000000) % 10);
1593 accum += 1 * ((PIN / 1000000) % 10);
1594 accum += 3 * ((PIN / 100000) % 10);
1595 accum += 1 * ((PIN / 10000) % 10);
1596 accum += 3 * ((PIN / 1000) % 10);
1597 accum += 1 * ((PIN / 100) % 10);
1598 accum += 3 * ((PIN / 10) % 10);
1599 accum += 1 * ((PIN / 1) % 10);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dservices.c1584 unsigned long PIN = strtoul(pin_string, NULL, 10); local
1592 accum += 3 * ((PIN / 10000000) % 10);
1593 accum += 1 * ((PIN / 1000000) % 10);
1594 accum += 3 * ((PIN / 100000) % 10);
1595 accum += 1 * ((PIN / 10000) % 10);
1596 accum += 3 * ((PIN / 1000) % 10);
1597 accum += 1 * ((PIN / 100) % 10);
1598 accum += 3 * ((PIN / 10) % 10);
1599 accum += 1 * ((PIN / 1) % 10);

Completed in 292 milliseconds