Searched defs:iptype (Results 1 – 5 of 5) sorted by relevance
| /components/net/netdev/include/ |
| A D | netdev_ipaddr.h | 216 #define IP_SET_TYPE_VAL(ipaddr, iptype) do { (ipaddr).type = (iptype); }while(0) argument 217 #define IP_SET_TYPE(ipaddr, iptype) do { if((ipaddr) != NULL) { IP_SET_TYPE_VAL(*(ipaddr), ipty… argument 266 #define IP_SET_TYPE_VAL(ipaddr, iptype) argument 267 #define IP_SET_TYPE(ipaddr, iptype) argument 287 #define IP_SET_TYPE_VAL(ipaddr, iptype) argument 288 #define IP_SET_TYPE(ipaddr, iptype) argument
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | ip_addr.h | 103 #define IP_SET_TYPE_VAL(ipaddr, iptype) do { (ipaddr).type = (iptype); }while(0) argument 104 #define IP_SET_TYPE(ipaddr, iptype) do { if((ipaddr) != NULL) { IP_SET_TYPE_VAL(*(ipaddr), ipty… argument 252 #define IP_SET_TYPE_VAL(ipaddr, iptype) argument 253 #define IP_SET_TYPE(ipaddr, iptype) argument 298 #define IP_SET_TYPE_VAL(ipaddr, iptype) argument 299 #define IP_SET_TYPE(ipaddr, iptype) argument
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | ip_addr.h | 104 #define IP_SET_TYPE_VAL(ipaddr, iptype) do { (ipaddr).type = (iptype); }while(0) argument 105 #define IP_SET_TYPE(ipaddr, iptype) do { if((ipaddr) != NULL) { IP_SET_TYPE_VAL(*(ipaddr), ipty… argument 278 #define IP_SET_TYPE_VAL(ipaddr, iptype) argument 279 #define IP_SET_TYPE(ipaddr, iptype) argument 326 #define IP_SET_TYPE_VAL(ipaddr, iptype) argument 327 #define IP_SET_TYPE(ipaddr, iptype) argument
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | api_msg.c | 554 enum lwip_ip_addr_type iptype = IPADDR_TYPE_V4; local
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | api_msg.c | 611 enum lwip_ip_addr_type iptype = IPADDR_TYPE_V4; local
|
Completed in 24 milliseconds