HomeSort by relevance Sort by last modified time
    Searched refs:auth_script_state (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 165 static enum script_state auth_script_state = s_down;
    [all...]
  /external/ppp/pppd/
auth.c 215 static enum script_state auth_script_state = s_down; variable in typeref:enum:script_state
689 if (auth_script_state == s_up && auth_script_pid == 0) {
691 auth_script_state = s_down;
822 if (auth_script_state == s_down && auth_script_pid == 0) {
823 auth_script_state = s_up;
    [all...]

Completed in 123 milliseconds