Lines Matching refs:charword

756       int *charword;  in send_xti_tcp_stream()  local
763 for (charword = initword; in send_xti_tcp_stream()
764 charword < lastword; in send_xti_tcp_stream()
765 charword++) { in send_xti_tcp_stream()
767 *charword = ntohl(*charword); in send_xti_tcp_stream()
1347 int *charword; in recv_xti_tcp_stream() local
1354 for (charword = initword; in recv_xti_tcp_stream()
1355 charword < lastword; in recv_xti_tcp_stream()
1356 charword++) { in recv_xti_tcp_stream()
1358 *charword = htonl(*charword); in recv_xti_tcp_stream()
1952 int *charword; in send_xti_tcp_rr() local
1959 for (charword = initword; in send_xti_tcp_rr()
1960 charword < lastword; in send_xti_tcp_rr()
1961 charword++) { in send_xti_tcp_rr()
1963 *charword = ntohl(*charword); in send_xti_tcp_rr()
2651 int *charword; in send_xti_udp_stream() local
2658 for (charword = initword; in send_xti_udp_stream()
2659 charword < lastword; in send_xti_udp_stream()
2660 charword++) { in send_xti_udp_stream()
2662 *charword = ntohl(*charword); in send_xti_udp_stream()
3177 int *charword; in recv_xti_udp_stream() local
3184 for (charword = initword; in recv_xti_udp_stream()
3185 charword < lastword; in recv_xti_udp_stream()
3186 charword++) { in recv_xti_udp_stream()
3188 *charword = htonl(*charword); in recv_xti_udp_stream()
3699 int *charword; in send_xti_udp_rr() local
3706 for (charword = initword; in send_xti_udp_rr()
3707 charword < lastword; in send_xti_udp_rr()
3708 charword++) { in send_xti_udp_rr()
3710 *charword = ntohl(*charword); in send_xti_udp_rr()
4259 int *charword; in recv_xti_udp_rr() local
4266 for (charword = initword; in recv_xti_udp_rr()
4267 charword < lastword; in recv_xti_udp_rr()
4268 charword++) { in recv_xti_udp_rr()
4270 *charword = htonl(*charword); in recv_xti_udp_rr()
4654 int *charword; in recv_xti_tcp_rr() local
4661 for (charword = initword; in recv_xti_tcp_rr()
4662 charword < lastword; in recv_xti_tcp_rr()
4663 charword++) { in recv_xti_tcp_rr()
4665 *charword = htonl(*charword); in recv_xti_tcp_rr()