ack_flag 405 orte/mca/oob/tcp/oob_tcp_connection.c uint16_t ack_flag = htons(1); ack_flag 420 orte/mca/oob/tcp/oob_tcp_connection.c sdsize = sizeof(ack_flag) + strlen(orte_version_string) + 1; ack_flag 434 orte/mca/oob/tcp/oob_tcp_connection.c memcpy(msg + offset, &ack_flag, sizeof(ack_flag)); ack_flag 435 orte/mca/oob/tcp/oob_tcp_connection.c offset += sizeof(ack_flag); ack_flag 459 orte/mca/oob/tcp/oob_tcp_connection.c uint16_t ack_flag = htons(0); ack_flag 475 orte/mca/oob/tcp/oob_tcp_connection.c sdsize = sizeof(ack_flag); ack_flag 489 orte/mca/oob/tcp/oob_tcp_connection.c memcpy(msg + offset, &ack_flag, sizeof(ack_flag)); ack_flag 490 orte/mca/oob/tcp/oob_tcp_connection.c offset += sizeof(ack_flag); ack_flag 729 orte/mca/oob/tcp/oob_tcp_connection.c uint16_t ack_flag; ack_flag 851 orte/mca/oob/tcp/oob_tcp_connection.c memcpy(&ack_flag, msg + offset, sizeof(ack_flag)); ack_flag 852 orte/mca/oob/tcp/oob_tcp_connection.c offset += sizeof(ack_flag); ack_flag 854 orte/mca/oob/tcp/oob_tcp_connection.c ack_flag = ntohs(ack_flag); ack_flag 855 orte/mca/oob/tcp/oob_tcp_connection.c if( !ack_flag ){