Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/ctl/
H A Dbinrpc.h105 #define BINRPC_TLEN_OFFSET BINRPC_FIXED_HDR_SIZE macro
325 binrpc_write_int(&hdr[BINRPC_TLEN_OFFSET], hdr+hdr_len, new_len, &len_len); in binrpc_hdr_change_len()
581 if ((BINRPC_TLEN_OFFSET+len_len+c_len)>len){ in binrpc_parse_init()
585 p=binrpc_read_int((int*)&ctx->tlen, len_len, &buf[BINRPC_TLEN_OFFSET], in binrpc_parse_init()