Lines Matching refs:charword

757       int *charword;  in send_xti_tcp_stream()  local
764 for (charword = initword; in send_xti_tcp_stream()
765 charword < lastword; in send_xti_tcp_stream()
766 charword++) { in send_xti_tcp_stream()
768 *charword = ntohl(*charword); in send_xti_tcp_stream()
1348 int *charword; in recv_xti_tcp_stream() local
1355 for (charword = initword; in recv_xti_tcp_stream()
1356 charword < lastword; in recv_xti_tcp_stream()
1357 charword++) { in recv_xti_tcp_stream()
1359 *charword = htonl(*charword); in recv_xti_tcp_stream()
1953 int *charword; in send_xti_tcp_rr() local
1960 for (charword = initword; in send_xti_tcp_rr()
1961 charword < lastword; in send_xti_tcp_rr()
1962 charword++) { in send_xti_tcp_rr()
1964 *charword = ntohl(*charword); in send_xti_tcp_rr()
2652 int *charword; in send_xti_udp_stream() local
2659 for (charword = initword; in send_xti_udp_stream()
2660 charword < lastword; in send_xti_udp_stream()
2661 charword++) { in send_xti_udp_stream()
2663 *charword = ntohl(*charword); in send_xti_udp_stream()
3178 int *charword; in recv_xti_udp_stream() local
3185 for (charword = initword; in recv_xti_udp_stream()
3186 charword < lastword; in recv_xti_udp_stream()
3187 charword++) { in recv_xti_udp_stream()
3189 *charword = htonl(*charword); in recv_xti_udp_stream()
3700 int *charword; in send_xti_udp_rr() local
3707 for (charword = initword; in send_xti_udp_rr()
3708 charword < lastword; in send_xti_udp_rr()
3709 charword++) { in send_xti_udp_rr()
3711 *charword = ntohl(*charword); in send_xti_udp_rr()
4260 int *charword; in recv_xti_udp_rr() local
4267 for (charword = initword; in recv_xti_udp_rr()
4268 charword < lastword; in recv_xti_udp_rr()
4269 charword++) { in recv_xti_udp_rr()
4271 *charword = htonl(*charword); in recv_xti_udp_rr()
4655 int *charword; in recv_xti_tcp_rr() local
4662 for (charword = initword; in recv_xti_tcp_rr()
4663 charword < lastword; in recv_xti_tcp_rr()
4664 charword++) { in recv_xti_tcp_rr()
4666 *charword = htonl(*charword); in recv_xti_tcp_rr()