Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dun.h123 #define SUN_LEN(su) \
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_socket.c119 #ifndef SUN_LEN
120 #define SUN_LEN(su) \ macro
579 if (sa->sa_len != sizeof(struct sockaddr_un) && sa->sa_len != SUN_LEN((struct sockaddr_un *)sa)) { in nfs_socket_create()