Searched refs:is_unix_addr_anon (Results 1 – 1 of 1) sorted by relevance
24 #define is_unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) macro25 #define is_unix_addr_fs(A, L) (!is_unix_addr_anon(A, L) && \
Completed in 2 milliseconds