Home | History | Annotate | Download | only in server

Lines Matching refs:sau

2017         if(strlen(unix_socket) >= sizeof(me.sau.sun_path)) {
2019 sizeof(me.sau.sun_path));
2136 memset(&me.sau, 0, sizeof(me.sau));
2137 me.sau.sun_family = AF_UNIX;
2138 strncpy(me.sau.sun_path, unix_socket, sizeof(me.sau.sun_path));
2139 rc = bind(sock, &me.sa, sizeof(me.sau));
2151 rc = connect(unixfd, &me.sa, sizeof(me.sau));
2180 rc = bind(sock, &me.sa, sizeof(me.sau));