| /components/net/lwip/lwip-1.4.1/src/include/netif/ |
| A D | ppp_oe.h | 151 void (*sc_linkStatusCB)(int pd, int up); 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.c | 122 bool_t xdr_u_int(XDR* xdrs, unsigned int* up) in xdr_u_int() argument 125 return (xdr_u_long(xdrs, (unsigned long *) up)); in xdr_u_int() 130 l = (unsigned long) *up; in xdr_u_int() 135 *up = (unsigned int) l; in xdr_u_int() 141 return (xdr_short(xdrs, (short *) up)); in xdr_u_int()
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 33 memory allocation. It may use up to 1kB of stack. 62 Call mdns_resp_restart() every time the network interface comes up after being 64 interface comes up after being down, or the device wakes up from sleep.
|
| 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, …) 280 /* Ask the peer for up to 2 DNS server addresses. */ 331 * Only for PPPoS, the PPP session should be up and waiting for input. 436 up(running) and down(dead) events.
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_addr.c | 117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ip6_addr.c | 54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_addr.c | 114 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | arch.h | 221 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument
|
| /components/net/lwip/port/netif/ |
| A D | ethernetif.h | 57 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up);
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_rtl8152.h | 38 void (*up)(struct usbh_rtl8152 *tp); member
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | fsm.h | 106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
|
| A D | fsm.c | 512 if (f->callbacks->up) { in fsm_rconfreq() 513 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq() 573 if (f->callbacks->up) { in fsm_rconfack() 574 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | fsm.h | 113 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | fsm.h | 109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
|
| /components/net/netdev/src/ |
| A D | netdev_ipaddr.c | 16 #define in_range(c, lo, up) ((uint8_t)c >= lo && (uint8_t)c <= up) argument
|
| /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, …) 280 /* Ask the peer for up to 2 DNS server addresses. */ 331 * Only for PPPoS, the PPP session should be up and waiting for input. 436 up(running) and down(dead) events.
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | fsm.c | 440 if (f->callbacks->up) in fsm_rconfreq() 441 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq() 495 if (f->callbacks->up) in fsm_rconfack() 496 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
|
| A D | PPPD_FOLLOWUP | 8 So, here is the pppd follow up, so that we don't get away too far from pppd. 85 2010-08-24 - rp-pppoe: allow MTU to be increased up to 1500 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 | 440 if (f->callbacks->up) in fsm_rconfreq() 441 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq() 495 if (f->callbacks->up) in fsm_rconfack() 496 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
|
| A D | PPPD_FOLLOWUP | 8 So, here is the pppd follow up, so that we don't get away too far from pppd. 85 2010-08-24 - rp-pppoe: allow MTU to be increased up to 1500 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/libc/cplusplus/cpp11/ |
| A D | README.md | 17 … modifying some of the files in the toolchain. Before modifying the tool, back up the tool chain.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 32 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin… 33 … "ip4-address-valid", a netif will now not be used for transmission if not up) -> even a DHCP netif 34 has to be set "up" before starting the DHCP client 95 * Major rewrite of PPP (incl. keep-up with apache pppd)
|
| A D | CHANGELOG | 513 up old pcb->acked 1746 admin-status of a netif are up 1977 does not wake up select 2205 defined) for SWAP_BYTES_IN_WORD to speed up checksumming. 2534 netifs on netif_list (speeds up packet receiving in most cases) 2978 Provides callback on netif up/down state change. 3106 letting ip_route only use netifs that are up. 4009 (0.5.x) This file has been unmaintained up to 0.6.1. All changes are 4281 (ala BSD). After a number of retransmissions, TCP now gives up 4290 connection has been successfully set up. [all …]
|
| /components/net/lwip/port/ |
| A D | ethernetif.c | 847 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange() argument 855 if (up == RT_TRUE) in eth_device_linkchange() 866 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange() argument 868 if (up == RT_TRUE) in eth_device_linkchange()
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 67 …* Changed netif "up" flag handling to be an administrative flag (as opposed to the previous meanin… 68 … "ip4-address-valid", a netif will now not be used for transmission if not up) -> even a DHCP netif 69 has to be set "up" before starting the DHCP client 130 * Major rewrite of PPP (incl. keep-up with apache pppd)
|