Searched defs:up (Results 1 – 13 of 13) sorted by relevance
/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-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-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/drivers/usb/cherryusb/class/vendor/net/ |
A D | usbh_rtl8152.h | 38 void (*up)(struct usbh_rtl8152 *tp); member
|
/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() 866 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
|
/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.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/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 | ppp_oe.c | 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create()
|
A D | ppp.c | 1555 pppOverEthernetLinkStatusCB(int pd, int up) in pppOverEthernetLinkStatusCB()
|
/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/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()
|
Completed in 82 milliseconds