Home | History | Annotate | Download | only in server

Lines Matching refs:sau

2079         if(strlen(unix_socket) >= sizeof(me.sau.sun_path)) {
2081 sizeof(me.sau.sun_path));
2198 memset(&me.sau, 0, sizeof(me.sau));
2199 me.sau.sun_family = AF_UNIX;
2200 strncpy(me.sau.sun_path, unix_socket, sizeof(me.sau.sun_path));
2201 rc = bind(sock, &me.sa, sizeof(me.sau));
2213 rc = connect(unixfd, &me.sa, sizeof(me.sau));
2242 rc = bind(sock, &me.sa, sizeof(me.sau));