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

/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dgssapi_client.c115 u_char acct_buf[4]; local
181 acct_buf[0] = (remote.sin_addr.s_addr >> 24) & 0xFF;
182 acct_buf[1] = (remote.sin_addr.s_addr >> 16) & 0xFF;
183 acct_buf[2] = (remote.sin_addr.s_addr >> 8) & 0xFF;
184 acct_buf[3] = (remote.sin_addr.s_addr >> 0) & 0xFF;
185 input_chan_bindings.acceptor_address.value = acct_buf;
H A Dgssapi_server.c149 u_char acct_buf[4]; local
174 acct_buf[0] = (local.sin_addr.s_addr >> 24) & 0xFF;
175 acct_buf[1] = (local.sin_addr.s_addr >> 16) & 0xFF;
176 acct_buf[2] = (local.sin_addr.s_addr >> 8) & 0xFF;
177 acct_buf[3] = (local.sin_addr.s_addr >> 0) & 0xFF;
178 input_chan_bindings.acceptor_address.value = acct_buf;

Completed in 57 milliseconds