Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c1225 twr_tcp_floor_t *tcp_floor; in rpcrt4_ip_tcp_get_top_of_tower() local
1238 tower_data += sizeof(*tcp_floor); in rpcrt4_ip_tcp_get_top_of_tower()
1242 tcp_floor->count_lhs = sizeof(tcp_floor->protid); in rpcrt4_ip_tcp_get_top_of_tower()
1243 tcp_floor->protid = tcp_protid; in rpcrt4_ip_tcp_get_top_of_tower()
1244 tcp_floor->count_rhs = sizeof(tcp_floor->port); in rpcrt4_ip_tcp_get_top_of_tower()
1286 tcp_floor->port = sin->sin_port; in rpcrt4_ip_tcp_get_top_of_tower()
1313 if (tower_size < sizeof(*tcp_floor)) in rpcrt4_ip_tcp_parse_top_of_tower()
1316 tower_data += sizeof(*tcp_floor); in rpcrt4_ip_tcp_parse_top_of_tower()
1317 tower_size -= sizeof(*tcp_floor); in rpcrt4_ip_tcp_parse_top_of_tower()
1324 if ((tcp_floor->count_lhs != sizeof(tcp_floor->protid)) || in rpcrt4_ip_tcp_parse_top_of_tower()
[all …]