| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | fsm.c | 190 if( f->callbacks->down ) { in fsm_lowerdown() 191 (*f->callbacks->down)(f); in fsm_lowerdown() 296 } else if( f->callbacks->down ) { in fsm_close() 479 if( f->callbacks->down ) { in fsm_rconfreq() 480 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq() 580 if (f->callbacks->down) { in fsm_rconfack() 640 if (f->callbacks->down) { in fsm_rconfnakrej() 673 if (f->callbacks->down) { in fsm_rtermreq() 717 if (f->callbacks->down) { in fsm_rtermack() 788 if( f->callbacks->down ) { in fsm_protreject() [all …]
|
| A D | fsm.h | 107 void (*down)(fsm*); /* Called when fsm leaves LS_OPENED state */ member
|
| /components/net/lwip/lwip-2.1.2/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
|
| /components/net/lwip/lwip-2.0.3/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
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_rtl8152.h | 39 void (*down)(struct usbh_rtl8152 *tp); member
|
| A D | usbh_rtl8152.c | 1828 ops->down = rtl8152_down; in rtl_ops_init()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | fsm.h | 115 void (*down) /* Called when fsm leaves PPP_FSM_OPENED state */ member
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | fsm.h | 111 void (*down) /* Called when fsm leaves PPP_FSM_OPENED state */ member
|
| /components/net/lwip/lwip-2.0.3/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 | rawapi.txt | 425 the current state. Having link up and link down events is optional but
|
| /components/net/lwip/lwip-2.1.2/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 | 63 down, for example cable connected after being disconnected, administrative 64 interface comes up after being down, or the device wakes up from sleep.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 126 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| A D | CHANGELOG | 151 netif is brought down 322 link-layer-addressed UDP traffic to be received while a netif is down (just 793 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet 809 * netif.c: netif_set_link_up/down: only do something if the link state 853 * netif.c: Don't call the link-callback from netif_set_up/down() since 1916 packets by passing PBUF_REFs down the stack. 2022 Provides callback on netif up/down state change. 2149 * ip.c: fixed bug #21643 (udp_send/raw_send don't fail if netif is down) by 2159 netif to send as an argument (to be able to send on netifs that are down). 2900 * netif.*: Added netif_set_up()/down().
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 225 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| A D | CHANGELOG | 291 * netif.c, ip4.c, dhcp.c, autoip.c: fixed bug #37068 (netif up/down handling 292 is unclear): correclty separated administrative status of a netif (up/down) 735 * opt.h, dhcp.h/.c: prevent dhcp from starting when netif link is down (only 1107 netif is brought down 1749 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet 1765 * netif.c: netif_set_link_up/down: only do something if the link state 1809 * netif.c: Don't call the link-callback from netif_set_up/down() since 2872 packets by passing PBUF_REFs down the stack. 2978 Provides callback on netif up/down state change. 3105 * ip.c: fixed bug #21643 (udp_send/raw_send don't fail if netif is down) by [all …]
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 190 * tcp: fix RTO timer not working if link is down 544 * netif.c, ip4.c, dhcp.c, autoip.c: fixed bug #37068 (netif up/down handling 545 is unclear): correclty separated administrative status of a netif (up/down) 988 * opt.h, dhcp.h/.c: prevent dhcp from starting when netif link is down (only 1360 netif is brought down 2002 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet 2018 * netif.c: netif_set_link_up/down: only do something if the link state 2062 * netif.c: Don't call the link-callback from netif_set_up/down() since 3125 packets by passing PBUF_REFs down the stack. 3231 Provides callback on netif up/down state change. [all …]
|
| A D | UPGRADING | 260 * Implemented tcp_shutdown() to only shut down one end of a connection
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 1554 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1558 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
| /components/net/lwip/lwip-2.1.2/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>
|