sin6_port         189 lib/socket_wrapper/socket_wrapper.c 		((struct sockaddr_in6 *)addr)->sin6_port = htons(prt);
sin6_port         325 lib/socket_wrapper/socket_wrapper.c 		in2->sin6_port = htons(prt);
sin6_port         409 lib/socket_wrapper/socket_wrapper.c 		prt = ntohs(in->sin6_port);
sin6_port         525 lib/socket_wrapper/socket_wrapper.c 		prt = ntohs(in->sin6_port);
sin6_port         873 lib/socket_wrapper/socket_wrapper.c 		src_port = src_in6->sin6_port;
sin6_port         874 lib/socket_wrapper/socket_wrapper.c 		dest_port = dest_in6->sin6_port;
sin6_port        1015 lib/socket_wrapper/socket_wrapper.c 			src_port = dest_in6->sin6_port;
sin6_port        1016 lib/socket_wrapper/socket_wrapper.c 			dest_port = src_in6->sin6_port;
sin6_port         416 lib/util/util_net.c 		((struct sockaddr_in6 *)psa)->sin6_port = htons(port);
sin6_port        1203 source3/lib/ctdbd_conn.c 			out4->sin_port   = in6->sin6_port;
sin6_port         104 source3/lib/util_sock.c 		port = ntohs(sa6->sin6_port);
sin6_port         234 source3/lib/util_sock.c 		return ntohs(((struct sockaddr_in6 *)&sa)->sin6_port);
sin6_port         892 source3/lib/util_sock.c 		((struct sockaddr_in6 *)&sock)->sin6_port = htons(port);
sin6_port        1016 source3/lib/util_sock.c 		psa6->sin6_port = htons(port);
sin6_port        1442 source3/lib/util_sock.c 		psa6->sin6_port = htons(port);
sin6_port         269 source4/heimdal/lib/krb5/addr_families.c     *port = sin6->sin6_port;
sin6_port         284 source4/heimdal/lib/krb5/addr_families.c     tmp.sin6_port = port;
sin6_port         299 source4/heimdal/lib/krb5/addr_families.c     tmp.sin6_port   = port;
sin6_port         335 source4/heimdal/lib/krb5/addr_families.c     tmp.sin6_port   = port;
sin6_port         169 source4/heimdal/lib/roken/getaddrinfo.c     sin6->sin6_port   = port;
sin6_port         109 source4/heimdal/lib/roken/getnameinfo.c 		     sin6->sin6_port,
sin6_port          65 source4/heimdal/lib/roken/socket.c 	sin6->sin6_port   = 0;
sin6_port          99 source4/heimdal/lib/roken/socket.c 	sin6->sin6_port   = port;
sin6_port         189 source4/heimdal/lib/roken/socket.c 	return sin6->sin6_port;
sin6_port         214 source4/heimdal/lib/roken/socket.c 	sin6->sin6_port = port;
sin6_port         632 source4/lib/socket/socket_ip.c 			my_addr.sin6_port	= htons(my_address->port);
sin6_port         654 source4/lib/socket/socket_ip.c 		srv_addr.sin6_port	= htons(srv_address->port);
sin6_port         683 source4/lib/socket/socket_ip.c 		my_addr.sin6_port	= htons(my_address->port);
sin6_port         811 source4/lib/socket/socket_ip.c 	src->port = ntohs(from_addr->sin6_port);
sin6_port         837 source4/lib/socket/socket_ip.c 		srv_addr.sin6_port        = htons(dest_addr->port);
sin6_port         923 source4/lib/socket/socket_ip.c 	peer->port = ntohs(peer_addr->sin6_port);
sin6_port         971 source4/lib/socket/socket_ip.c 	local->port = ntohs(local_addr->sin6_port);