Searched refs:U32_F (Results 1 – 9 of 9) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | arch.h | 149 #ifndef U32_F 150 #define U32_F PRIu32 macro
|
D | mem.h | 65 #define MEM_SIZE_F U32_F
|
D | stats.h | 58 #define STAT_COUNTER_F U32_F
|
/device/soc/esp/esp32/components/esp_lwip/port/include/arch/ |
D | cc.h | 67 #define U32_F "u" macro
|
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/arch/ |
D | cc.h | 110 #define U32_F "8ld" macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
D | cc.h | 56 #define U32_F "u" macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
D | tcp_priv.h | 411 #define TCPWNDSIZE_F U32_F
|
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/ |
D | sockets.c | 3641 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %"U32_F"\n", in lwip_setsockopt_impl() 3648 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) -> %"U32_F"\n", in lwip_setsockopt_impl() 3653 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) -> %"U32_F"\n", in lwip_setsockopt_impl() 3658 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) -> %"U32_F"\n", in lwip_setsockopt_impl()
|
/device/soc/esp/esp32/components/esp_lwip/lwip/src/api/ |
D | sockets.c | 3703 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %"U32_F"\n", 3710 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) -> %"U32_F"\n", 3715 … LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) -> %"U32_F"\n", 3720 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) -> %"U32_F"\n",
|