Home
last modified time | relevance | path

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

/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-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-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/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h38 void (*up)(struct usbh_rtl8152 *tp); member
/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()
866 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
/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.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/lwip/lwip-1.4.1/src/netif/ppp/
A Dfsm.h106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
A Dppp_oe.c144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create()
A Dppp.c1555 pppOverEthernetLinkStatusCB(int pd, int up) in pppOverEthernetLinkStatusCB()
/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/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c122 bool_t xdr_u_int(XDR* xdrs, unsigned int* up) in xdr_u_int()

Completed in 82 milliseconds