Home | History | Annotate | Download | only in server

Lines Matching refs:sa6

656         fromaddrlen = sizeof(fromaddr.sa6);
801 memset(&me.sa6, 0, sizeof(me.sa6));
802 me.sa6.sin6_family = AF_INET6;
803 me.sa6.sin6_addr = in6addr_any;
804 me.sa6.sin6_port = htons(port);
805 rc = bind(sock, &me.sa, sizeof(me.sa6));
832 fromlen = sizeof(from.sa6);
865 from.sa6.sin6_family = AF_INET6;
872 if(connect(peer, &from.sa, sizeof(from.sa6)) < 0) {