Searched refs:OPENED (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.c155 case OPENED:
195 case OPENED:
215 if( f->state != OPENED )
270 case OPENED:
430 case OPENED:
463 f->state = OPENED;
521 f->state = OPENED;
527 case OPENED:
596 case OPENED:
623 case OPENED
[all...]
H A Dfsm.h102 void (*up) /* Called when fsm reaches OPENED state */
104 void (*down) /* Called when fsm leaves OPENED state */
132 #define OPENED 9 /* Connection available */ macro
H A Dccp.c392 if (f->state != OPENED)
455 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) {
486 if (f->state != OPENED)
978 if (f->state != OPENED)
1057 if (f->state != OPENED)
1469 if (lcp_fsm[f->unit].state == OPENED) {
1630 if (f->state == OPENED) {
1671 if (f->state == OPENED && ccp_localstate[f->unit] & RREQ_REPEAT) {
H A Dipv6cp.c206 ipv6cp_up, /* Called when fsm reaches OPENED state */
207 ipv6cp_down, /* Called when fsm leaves OPENED state */
666 * or if IPV6CP is in the OPENED state.
796 if (f->state != OPENED)
868 if (f->state != OPENED)
1383 if (ipv6cp_fsm[0].state != OPENED) {
1389 if (ipv6cp_fsm[0].state == OPENED) {
H A Dlcp.c245 lcp_up, /* Called when fsm reaches OPENED state */
246 lcp_down, /* Called when fsm leaves OPENED state */
521 if (f->state != OPENED)
569 * OPENED state SHOULD be silently discarded.
571 if( f->state != OPENED ){
627 * rejected packet. We only get here if LCP is in the OPENED state.
939 * or if LCP is in the OPENED state.
1310 if (f->state != OPENED) {
1333 * or if LCP is in the OPENED state.
1481 if (f->state != OPENED)
[all...]
H A Dipcp.c123 ipcp_up, /* Called when fsm reaches OPENED state */
124 ipcp_down, /* Called when fsm leaves OPENED state */
956 * or if IPCP is in the OPENED state.
1170 if (f->state != OPENED)
1299 if (f->state != OPENED)
1955 if (ipcp_fsm[0].state != OPENED) {
1961 if (ipcp_fsm[0].state == OPENED) {
H A Dipxcp.c103 ipxcp_up, /* Called when fsm reaches OPENED state */
104 ipxcp_down, /* Called when fsm leaves OPENED state */
758 * or if IPXCP is in the OPENED state.
865 if (f->state != OPENED)
970 if (f->state != OPENED)
H A Dmain.c1147 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c297 vf->ready_state=OPENED;
411 vf->ready_state=OPENED;
657 vf->ready_state=OPENED;
760 if(vf->ready_state>=OPENED){
933 vf->ready_state=OPENED;
1091 if(vf->ready_state<OPENED)return(OV_EINVAL);
1135 if(vf->ready_state<OPENED)return(OV_EINVAL);
1160 if(vf->ready_state<OPENED)return(OV_EINVAL);
1179 if(vf->ready_state<OPENED)return(OV_EINVAL);
1198 if(vf->ready_state<OPENED)retur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dvorbisfile.h107 #define OPENED 2 macro

Completed in 224 milliseconds