Searched refs:NET_CMSG_SPACE (Results 1 – 5 of 5) sorted by relevance
245 uint8_t control_buf[NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo)) + in otPlatUdpSend()246 NET_CMSG_SPACE(sizeof(int))] = {0}; in otPlatUdpSend()301 control_len += NET_CMSG_SPACE(sizeof(int)); in otPlatUdpSend()317 control_len += NET_CMSG_SPACE(sizeof(pktinfo)); in otPlatUdpSend()425 uint8_t control[NET_CMSG_SPACE(sizeof(int)) + in udp_receive_handler()426 NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo))] = {0}; in udp_receive_handler()
118 #define CMSG_SPACE(len) NET_CMSG_SPACE(len)
323 #if !defined(NET_CMSG_SPACE)328 #define NET_CMSG_SPACE(length) (NET_ALIGN_D(sizeof(struct net_cmsghdr)) + NET_ALIGN_H(length)) macro
304 uint8_t ctrl[NET_CMSG_SPACE(sizeof(struct net_ptp_time))] = {0}; in ptp_transport_recv()
436 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()541 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()599 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()660 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()1039 unsigned char buf[NET_CMSG_SPACE(sizeof(uint64_t))]; in ZTEST_USER()1387 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in ZTEST_USER()1725 unsigned char buf[NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo))]; in run_ancillary_recvmsg_test()2361 unsigned char buf[NET_CMSG_SPACE(sizeof(struct net_in6_pktinfo))]; in ZTEST_USER()3271 unsigned char buf[NET_CMSG_SPACE(sizeof(int))]; in run_ancillary_recvmsg_hoplimit_test()