Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0002-replace-non-standard-uint-with-unsigned-int.patch85 @@ -290,7 +290,7 @@ static void client_main(unsigned int clnt_id, ushort tcp_port, int tcp_addr)
94 @@ -400,22 +400,22 @@ static void client_main(unsigned int clnt_id, ushort tcp_port, int tcp_addr)
121 - uint tcp_addr = 0;
122 + unsigned int tcp_addr = 0;