Searched defs:isxdigit (Results 1 – 4 of 4) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ip6_addr.c | 57 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_addr.c | 120 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_addr.c | 117 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) macro
|
| /components/net/netdev/src/ |
| A D | netdev_ipaddr.c | 19 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) macro
|
Completed in 9 milliseconds