Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-2.7.6/include/net/
Dlwm2m_path.h37 #define LWM2M_PATH1(_x) #_x argument
38 #define LWM2M_PATH2(_x, _y) #_x "/" #_y argument
39 #define LWM2M_PATH3(_x, _y, _z) #_x "/" #_y "/" #_z argument
40 #define LWM2M_PATH4(_a, _x, _y, _z) #_a "/" #_x "/" #_y "/" #_z argument
/Zephyr-Core-2.7.6/subsys/net/ip/
Dtcp2_priv.h15 #define th_sport(_x) UNALIGNED_GET(&(_x)->th_sport) argument
16 #define th_dport(_x) UNALIGNED_GET(&(_x)->th_dport) argument
17 #define th_seq(_x) ntohl(UNALIGNED_GET(&(_x)->th_seq)) argument
18 #define th_ack(_x) ntohl(UNALIGNED_GET(&(_x)->th_ack)) argument
19 #define th_off(_x) ((_x)->th_off) argument
20 #define th_flags(_x) UNALIGNED_GET(&(_x)->th_flags) argument
21 #define th_win(_x) UNALIGNED_GET(&(_x)->th_win) argument
Dtp_priv.h34 #define ip_get(_x) ((struct net_ipv4_hdr *) net_pkt_ip_data((_x))) argument
Dtcp2.c555 #define _(_x) case _x: do { s = #_x; goto out; } while (0) in tcp_state_to_str() argument
/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_e1000.c43 #define _(_x) case _x: return #_x in e1000_reg_to_string() argument
/Zephyr-Core-2.7.6/include/logging/
Dlog_core.h232 #define __LOG_ARG_CAST(_x) (log_arg_t)(_x) argument