endpoint_nbo      394 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     if (endpoint->endpoint_nbo) MCA_BTL_TCP_HDR_HTON(frag->hdr);
endpoint_nbo      435 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     if (endpoint->endpoint_nbo) MCA_BTL_TCP_HDR_HTON(frag->hdr);
endpoint_nbo      472 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     if (endpoint->endpoint_nbo) MCA_BTL_TCP_HDR_HTON(frag->hdr);
endpoint_nbo       76 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     endpoint->endpoint_nbo = false;
endpoint_nbo      219 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                      (btl_endpoint->endpoint_nbo ? "true" : "false"), btl_endpoint->endpoint_retries,
endpoint_nbo       70 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.h     bool                            endpoint_nbo;          /**< convert headers to network byte order? */
endpoint_nbo      244 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.c         if (btl_endpoint->endpoint_nbo && frag->iov_idx == 1) MCA_BTL_TCP_HDR_NTOH(frag->hdr);
endpoint_nbo      389 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         btl_endpoint->endpoint_nbo = true;
endpoint_nbo      335 opal/mca/btl/tcp/btl_tcp.c     if (endpoint->endpoint_nbo) MCA_BTL_TCP_HDR_HTON(frag->hdr);
endpoint_nbo      380 opal/mca/btl/tcp/btl_tcp.c     if (endpoint->endpoint_nbo) MCA_BTL_BASE_SEGMENT_HTON(frag->segments[1]);
endpoint_nbo      409 opal/mca/btl/tcp/btl_tcp.c     if (endpoint->endpoint_nbo) MCA_BTL_TCP_HDR_HTON(frag->hdr);
endpoint_nbo      470 opal/mca/btl/tcp/btl_tcp.c     if (endpoint->endpoint_nbo) MCA_BTL_TCP_HDR_HTON(frag->hdr);
endpoint_nbo       89 opal/mca/btl/tcp/btl_tcp_endpoint.c     endpoint->endpoint_nbo = false;
endpoint_nbo      266 opal/mca/btl/tcp/btl_tcp_endpoint.c                          (btl_endpoint->endpoint_nbo ? "NBO" : ""), (int)btl_endpoint->endpoint_retries);
endpoint_nbo       71 opal/mca/btl/tcp/btl_tcp_endpoint.h     bool                            endpoint_nbo;          /**< convert headers to network byte order? */
endpoint_nbo      273 opal/mca/btl/tcp/btl_tcp_frag.c         if (btl_endpoint->endpoint_nbo && frag->iov_idx == 1) MCA_BTL_TCP_HDR_NTOH(frag->hdr);
endpoint_nbo      293 opal/mca/btl/tcp/btl_tcp_frag.c                     if (btl_endpoint->endpoint_nbo) MCA_BTL_BASE_SEGMENT_NTOH(frag->segments[i]);
endpoint_nbo      469 opal/mca/btl/tcp/btl_tcp_proc.c         btl_endpoint->endpoint_nbo = true;