/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | fsm.c | 115 * fsm_lowerdown - The lower layer is down. 145 if( f->callbacks->down ) in fsm_lowerdown() 146 (*f->callbacks->down)(f); in fsm_lowerdown() 151 FSMDEBUG(("%s: Down event in state %d!", PROTO_NAME(f), f->state)); in fsm_lowerdown() 195 * terminate_layer - Start process of shutting down the FSM 205 else if( f->callbacks->down ) in terminate_layer() 206 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in terminate_layer() 405 /* Go down and restart negotiation */ in fsm_rconfreq() 406 if( f->callbacks->down ) in fsm_rconfreq() 407 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq() [all …]
|
H A D | ipv6cp.c | 187 static void ipv6cp_down(fsm *f); /* We're DOWN */ 201 ipv6cp_finished, /* Called when we want the lower layer down */ 322 * run an ipcp-up/down script while one is already running. 465 * ipv6cp_close - Take IPV6CP down. 481 * ipv6cp_lowerdown - The lower layer is down. 499 * Pretend the lower layer went down, so we shut up. 1268 * ipv6cp_down - IPV6CP has gone DOWN. 1270 * Take the IPv6 network interface down, clear its addresses 1278 IPV6CPDEBUG(("ipv6cp: down")); 1310 /* Execute the ipv6-down script */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | fsm.c | 115 * fsm_lowerdown - The lower layer is down. 145 if( f->callbacks->down ) in fsm_lowerdown() 146 (*f->callbacks->down)(f); in fsm_lowerdown() 151 FSMDEBUG(("%s: Down event in state %d!", PROTO_NAME(f), f->state)); in fsm_lowerdown() 195 * terminate_layer - Start process of shutting down the FSM 205 else if( f->callbacks->down ) in terminate_layer() 206 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in terminate_layer() 405 /* Go down and restart negotiation */ in fsm_rconfreq() 406 if( f->callbacks->down ) in fsm_rconfreq() 407 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq() [all …]
|
H A D | ipv6cp.c | 187 static void ipv6cp_down(fsm *f); /* We're DOWN */ 201 ipv6cp_finished, /* Called when we want the lower layer down */ 322 * run an ipcp-up/down script while one is already running. 465 * ipv6cp_close - Take IPV6CP down. 481 * ipv6cp_lowerdown - The lower layer is down. 499 * Pretend the lower layer went down, so we shut up. 1268 * ipv6cp_down - IPV6CP has gone DOWN. 1270 * Take the IPv6 network interface down, clear its addresses 1278 IPV6CPDEBUG(("ipv6cp: down")); 1310 /* Execute the ipv6-down script */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | fsm.c | 153 * fsm_lowerdown - The lower layer is down. 190 if( f->callbacks->down ) { in fsm_lowerdown() 191 (*f->callbacks->down)(f); in fsm_lowerdown() 197 FSMDEBUG(LOG_INFO, ("%s: Down event in state %d (%s)!\n", in fsm_lowerdown() 252 * terminate_layer - Start process of shutting down the FSM 296 } else if( f->callbacks->down ) { in fsm_close() 297 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in fsm_close() 478 /* Go down and restart negotiation */ in fsm_rconfreq() 479 if( f->callbacks->down ) { in fsm_rconfreq() 480 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq() [all …]
|
H A D | pap.h | 91 #define UPAPCS_INITIAL 0 /* Connection down */ 93 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ 101 #define UPAPSS_INITIAL 0 /* Connection down */ 103 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
|
H A D | fsm.h | 107 void (*down)(fsm*); /* Called when fsm leaves LS_OPENED state */ member 120 #define LS_INITIAL 0 /* Down, hasn't been opened */ 121 #define LS_STARTING 1 /* Down, been opened */ 123 #define LS_STOPPED 3 /* Open, waiting for down event */ 135 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
|
H A D | auth.c | 156 * This is used to ensure that we don't start an auth-up/down 386 * physical layer down. 404 * LCP has gone down; it will either die or try to re-establish. 415 /* XXX Do link down processing. */ in link_down() 426 (*protp->close)(unit, "LCP down"); in link_down() 577 * Authentication failure: take the link down in auth_peer_fail() 640 * He'll probably take the link down, and there's not much in auth_withpeer_fail() 713 * np_down - a network protocol has gone down. 745 * enough that we can shut it down. 759 /* link is idle: shut it down. */ in check_idle() [all …]
|
H A D | ipcp.c | 94 static void ipcp_down (fsm *); /* We're DOWN */ 96 static void ipcp_script (fsm *, char *); /* Run an up/down script */ 115 ipcp_finished, /* Called when we want the lower layer down */ 225 * ipcp_close - Take IPCP down. 245 * ipcp_lowerdown - The lower layer is down. 267 * Pretend the lower layer went down, so we shut up. 1304 * ipcp_down - IPCP has gone DOWN. 1306 * Take the IP network interface down, clear its addresses 1312 IPCPDEBUG(LOG_INFO, ("ipcp: down\n")); in ipcp_down() 1340 * ipcp_finished - possibly shut down the lower layers.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | upap.h | 74 #define UPAPCS_INITIAL 0 /* Connection down */ 76 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ 84 #define UPAPSS_INITIAL 0 /* Connection down */ 86 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
|
H A D | fsm.h | 115 void (*down) /* Called when fsm leaves PPP_FSM_OPENED state */ member 134 #define PPP_FSM_INITIAL 0 /* Down, hasn't been opened */ 135 #define PPP_FSM_STARTING 1 /* Down, been opened */ 137 #define PPP_FSM_STOPPED 3 /* Open, waiting for down event */ 150 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | upap.h | 70 #define UPAPCS_INITIAL 0 /* Connection down */ 72 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */ 80 #define UPAPSS_INITIAL 0 /* Connection down */ 82 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
|
H A D | fsm.h | 111 void (*down) /* Called when fsm leaves PPP_FSM_OPENED state */ member 130 #define PPP_FSM_INITIAL 0 /* Down, hasn't been opened */ 131 #define PPP_FSM_STARTING 1 /* Down, been opened */ 133 #define PPP_FSM_STOPPED 3 /* Open, waiting for down event */ 146 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/ |
H A D | semaphore.h | 17 #define down(sem) macro 60 rt_inline down(struct semaphore * sem) in down() function 93 rt_inline down(struct semaphore * sem) in down() function
|
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/ |
H A D | uip_netif.h | 116 /** This function is called when the netif state is set to up or down 121 /** This function is called when the netif link is set to up or down 157 /** timestamp at last change made (up/down) */ 242 * Set callback to be called when interface is brought up/down 252 * Set callback to be called when link is brought up/down
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | dir-ecos.c | 33 down(&dir_f->sem); in jffs2_lookup() 144 down(&f->sem); in jffs2_link() 233 down(&dir_f->sem); in jffs2_mkdir() 310 down(&victim_f->sem); in jffs2_rename() 346 down(&victim_f->sem); in jffs2_rename() 360 down(&f->sem); in jffs2_rename()
|
H A D | write.c | 163 down(&f->sem); in jffs2_write_dnode() 309 down(&f->sem); in jffs2_write_dirent() 370 down(&f->sem); in jffs2_write_inode_range() 496 down(&dir_f->sem); in jffs2_do_create() 557 down(&dir_f->sem); in jffs2_do_unlink() 591 down(&dir_f->sem); in jffs2_do_unlink() 617 down(&dead_f->sem); in jffs2_do_unlink() 666 down(&dir_f->sem); in jffs2_do_link()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | netif.c | 248 /* set netif down before removing (call callback function) */ in netif_remove() 258 /* look for netif further down the list */ in netif_remove() 448 * @note: Enabling DHCP on a down interface will make it come 483 * Bring an interface down, disabling any traffic processing. 485 * @note: Enabling DHCP on a down interface will make it come 509 * Set callback to be called when interface is brought up/down 572 * Called by a driver when its link goes down 584 * Set callback to be called when link is brought up/down
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | ppp.txt | 70 * PPP status callback is called on PPP status change (up, down, …) from lwIP 207 * status_cb, PPP status callback, called on PPP status change (up, down, …) 228 * status_cb, PPP status callback, called on PPP status change (up, down, …) 255 * status_cb, PPP status callback, called on PPP status change (up, down, …) 436 up(running) and down(dead) events. 446 /* Session is down (either permanently or briefly) */
|
H A D | mdns.txt | 63 down, for example cable connected after being disconnected, administrative 64 interface comes up after being down, or the device wakes up from sleep.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | ppp.txt | 70 * PPP status callback is called on PPP status change (up, down, …) from lwIP 207 * status_cb, PPP status callback, called on PPP status change (up, down, …) 228 * status_cb, PPP status callback, called on PPP status change (up, down, …) 255 * status_cb, PPP status callback, called on PPP status change (up, down, …) 436 up(running) and down(dead) events. 446 /* Session is down (either permanently or briefly) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | netif.h | 308 /** This function is called when the netif state is set to up or down 313 /** This function is called when the netif link is set to up or down 364 /** timestamp at last change made (up/down) */ 576 * down is called BEFORE the netif is actually set down. */ 599 /** 1: up; 0: down */ 605 /** 1: up; 0: down */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | main.c | 101 * These values had saved before power down. in light_default_status_init() 118 * This value had saved before power down. in light_default_status_init()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/ |
H A D | nconf.c | 56 "Linewise down <Down>\n" 58 "Pagewise down <Page Down>\n" 70 " Jump to next hit <Down>\n" 139 "Move up or down with <Up> and <Down>.\n" 156 "Move up or down with <Up> or <Down>.\n" 168 "Press <Up>, <Down>, <Home> or <End> to navigate a radiolist, select\n"
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_gpio.h | 87 …* @brief Enumerator used for selecting the pin to be pulled down or up at the time of pin configur… 92 NRF_GPIO_PIN_PULLDOWN = GPIO_PIN_CNF_PULL_Pulldown, ///< Pin pull-down resistor enabled. 142 * @param pull_config State of the pin range pull resistor (no pull, pulled down, or pulled high). 186 * @param pull_config State of the pin range pull resistor (no pull, pulled down, or pulled high). 221 * @param pull_config State of the pin pull resistor (no pull, pulled down, or pulled high).
|