Searched refs:SUN_LEN (Results 1 – 2 of 2) sorted by relevance
43 #define SUN_LEN(__ptr) (offsetof(struct sockaddr_un, sun_path) + strlen((__ptr)->sun_path)) macro
26 ASSERT_EQ(2U + strlen("hello"), SUN_LEN(&sun)); in TEST()