Home
last modified time | relevance | path

Searched refs:SUN_LEN (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/sockets/
H A Dsockets.c85 #ifndef SUN_LEN
86 #define SUN_LEN(su) (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path)) macro
1930 …((size_t)len > buf_len) ? buf_len : (size_t)len, flags, (struct sockaddr *) &s_un, SUN_LEN(&s_un));

Completed in 9 milliseconds