| /lib/lwip/lwip/src/netif/ppp/ |
| A D | fsm.c | 145 if( f->callbacks->down ) in fsm_lowerdown() 146 (*f->callbacks->down)(f); in fsm_lowerdown() 205 else if( f->callbacks->down ) in terminate_layer() 406 if( f->callbacks->down ) in fsm_rconfreq() 407 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq() 501 if (f->callbacks->down) in fsm_rconfack() 502 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack() 566 if (f->callbacks->down) in fsm_rconfnakrej() 567 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej() 596 if (f->callbacks->down) in fsm_rtermreq() [all …]
|
| A D | PPPD_FOLLOWUP | 135 2012-05-20 - pppd: Notify IPv6 up/down as we do for IPv4 329 2014-03-09 - pppol2tp: Connect up/down events to notifiers and add IPv6 ones
|
| /lib/lwip/lwip/doc/ |
| 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) */
|
| A D | mdns.txt | 62 down, for example cable connected after being disconnected, administrative 63 interface comes up after being down, or the device wakes up from sleep.
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | fsm.h | 115 void (*down) /* Called when fsm leaves PPP_FSM_OPENED state */ member
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_platform_util.function | 54 * spurious errors in crypto code that are hard to track down.
|
| A D | test_suite_lms.data | 232 # This test uses the valid public key for hsslms interop test 1, cuts it down so 238 # This test uses the valid public key for hsslms interop test 1, cuts it down so
|
| A D | test_suite_lmots.data | 124 # This test uses the valid public key for hsslms interop test 1, cuts it down so
|
| /lib/lwip/lwip/contrib/addons/ipv6_static_routing/ |
| A D | README | 26 Subsequently, a linear search down the list can be performed to retrieve a
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | IF-MIB | 267 down(2), 276 ifAdminStatus in the down(2) state. As a result of either 280 in the down(2) state)." 288 down(2), 294 lowerLayerDown(7) -- down due to state of 302 be passed. If ifAdminStatus is down(2) then ifOperStatus 303 should be down(2). If ifAdminStatus is changed to up(1) 1175 one of its communication links left the down state and 1285 SYNTAX INTEGER { up(1), down(2) } 1813 SYNTAX INTEGER { up(1), down(2) } [all …]
|
| A D | RFC1158-MIB | 215 down(2), 225 down(2), 1199 down(3),
|
| A D | RFC1213-MIB | 369 down(2), 383 down(2), 814 its default gateways are down." 2111 down(3),
|
| A D | IP-MIB | 365 down(2) 371 (down) on this interface. This object does not affect the 500 down(2) 506 (down) on this interface. This object does not affect the 4508 because all of its default routers are down.
|
| /lib/ |
| A D | Kconfig | 19 bool "System timer counts down rather than up" 226 This option enables a tiny, stripped down printf version. 238 This option enables a tiny, stripped down printf version. 249 This option enables a tiny, stripped down printf version.
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-MAU-MIB | 245 the interface is down and at least one PME in the aggregation 249 the PMEs in the aggregation group are down and no handshake
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 277 * tcp: fix RTO timer not working if link is down 631 * netif.c, ip4.c, dhcp.c, autoip.c: fixed bug #37068 (netif up/down handling 632 is unclear): correclty separated administrative status of a netif (up/down) 1075 * opt.h, dhcp.h/.c: prevent dhcp from starting when netif link is down (only 1447 netif is brought down 2089 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet 2105 * netif.c: netif_set_link_up/down: only do something if the link state 2149 * netif.c: Don't call the link-callback from netif_set_up/down() since 3212 packets by passing PBUF_REFs down the stack. 3318 Provides callback on netif up/down state change. [all …]
|
| A D | UPGRADING | 270 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/ |
| A D | psa-thread-safety.md | 109 When `MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG` is enabled, it is down to the external implementation to ens…
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | md-cipher-dispatch.md | 529 This section is not necessary to implement MD light, but will cut down its code size.
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | 3.0-migration-guide.md | 775 shutting down the TLS connection.
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 1565 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1569 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
| A D | lwip.Doxyfile.cmake.in | 1565 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1569 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 338 Specifically, ASan will round the buffer size down to 8 bytes before poisoning due to details of it…
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 1510 how the input to multipart operations is broken down. mbedtls_gcm_finish() 1803 minimum size was rounded down to the nearest multiple of 8.
|