Home
last modified time | relevance | path

Searched refs:stream_id_nbo (Results 1 – 1 of 1) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dsession.c431 uint32_t stream_id_nbo; in SPDYF_handler_write_syn_reply() local
487 stream_id_nbo = HTON31(stream->stream_id); in SPDYF_handler_write_syn_reply()
488 memcpy(session->write_buffer + session->write_buffer_offset, &stream_id_nbo, 4); in SPDYF_handler_write_syn_reply()