Searched refs:init_buf (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dgssapi_client.c148 u_char init_buf[4]; local
207 init_buf[0] = (local.sin_addr.s_addr >> 24) & 0xFF;
208 init_buf[1] = (local.sin_addr.s_addr >> 16) & 0xFF;
209 init_buf[2] = (local.sin_addr.s_addr >> 8) & 0xFF;
210 init_buf[3] = (local.sin_addr.s_addr >> 0) & 0xFF;
211 input_chan_bindings.initiator_address.value = init_buf;
H A Dgssapi_server.c185 u_char init_buf[4]; local
202 init_buf[0] = (remote.sin_addr.s_addr >> 24) & 0xFF;
203 init_buf[1] = (remote.sin_addr.s_addr >> 16) & 0xFF;
204 init_buf[2] = (remote.sin_addr.s_addr >> 8) & 0xFF;
205 init_buf[3] = (remote.sin_addr.s_addr >> 0) & 0xFF;
207 input_chan_bindings.initiator_address.value = init_buf;

Completed in 183 milliseconds