Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 40) sorted by relevance

12

/components/net/lwip/lwip-1.4.1/src/include/netif/
A Dppp_oe.h151 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 Dxdr.c122 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 Dmdns.txt33 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 Dppp.txt70 * 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 Dip4_addr.c117 #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 Dip6_addr.c54 #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 Dip_addr.c114 #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 Darch.h221 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument
/components/net/lwip/port/netif/
A Dethernetif.h57 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up);
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h38 void (*up)(struct usbh_rtl8152 *tp); member
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dfsm.h106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
A Dfsm.c512 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 Dfsm.h113 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dfsm.h109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/components/net/netdev/src/
A Dnetdev_ipaddr.c16 #define in_range(c, lo, up) ((uint8_t)c >= lo && (uint8_t)c <= up) argument
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt70 * 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 Dfsm.c440 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 DPPPD_FOLLOWUP8 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 Dfsm.c440 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 DPPPD_FOLLOWUP8 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 DREADME.md17 … 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 DUPGRADING32 …* 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 DCHANGELOG513 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 Dethernetif.c847 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 DUPGRADING67 …* 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)

Completed in 29 milliseconds

12