Home
last modified time | relevance | path

Searched defs:up (Results 1 – 15 of 15) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/
H A Dsemaphore.h20 #define up(sem) macro
69 rt_inline up(struct semaphore * sem) in up() function
111 rt_inline up(struct semaphore * sem) in up() function
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/
H A Dethernetif.c272 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
291 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dethernetif.c294 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
313 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dethernetif.c296 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
315 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dip6_addr.c54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/nrf52832-nimble/rt-thread/components/net/sal_socket/src/
H A Dsal_ipaddr.c16 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_addr.c117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_addr.c114 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dfsm.h109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dfsm.h113 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dfsm.h106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
H A Dppp_oe.c144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create()
H A Dppp.c1555 pppOverEthernetLinkStatusCB(int pd, int up) in pppOverEthernetLinkStatusCB()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Darch.h219 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dxdr.c122 bool_t xdr_u_int(XDR* xdrs, unsigned int* up) in xdr_u_int()