Home | History | Annotate | Download | only in server

Lines Matching refs:sa6

651         fromaddrlen = sizeof(fromaddr.sa6);
796 memset(&me.sa6, 0, sizeof(me.sa6));
797 me.sa6.sin6_family = AF_INET6;
798 me.sa6.sin6_addr = in6addr_any;
799 me.sa6.sin6_port = htons(port);
800 rc = bind(sock, &me.sa, sizeof(me.sa6));
827 fromlen = sizeof(from.sa6);
860 from.sa6.sin6_family = AF_INET6;
867 if(connect(peer, &from.sa, sizeof(from.sa6)) < 0) {