/src/sys/lib/libsa/ |
bootparam.c | 131 char *send_tail, *recv_head; local in function:bp_whoami 152 send_tail = (char *)&args->xina; 157 if (xdr_inaddr_encode(&send_tail, myip)) 167 args, (size_t)(send_tail - (char *)args), 247 char *send_tail, *recv_head; local in function:bp_getfile 258 send_tail = (char *)sdata.d; 266 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { 272 if (xdr_string_encode(&send_tail, key, (uint32_t)strlen(key))) { 285 sdata.d, (size_t)(send_tail - (char *)sdata.d),
|
bootparam.c | 131 char *send_tail, *recv_head; local in function:bp_whoami 152 send_tail = (char *)&args->xina; 157 if (xdr_inaddr_encode(&send_tail, myip)) 167 args, (size_t)(send_tail - (char *)args), 247 char *send_tail, *recv_head; local in function:bp_getfile 258 send_tail = (char *)sdata.d; 266 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { 272 if (xdr_string_encode(&send_tail, key, (uint32_t)strlen(key))) { 285 sdata.d, (size_t)(send_tail - (char *)sdata.d),
|
bootparam.c | 131 char *send_tail, *recv_head; local in function:bp_whoami 152 send_tail = (char *)&args->xina; 157 if (xdr_inaddr_encode(&send_tail, myip)) 167 args, (size_t)(send_tail - (char *)args), 247 char *send_tail, *recv_head; local in function:bp_getfile 258 send_tail = (char *)sdata.d; 266 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { 272 if (xdr_string_encode(&send_tail, key, (uint32_t)strlen(key))) { 285 sdata.d, (size_t)(send_tail - (char *)sdata.d),
|
bootparam.c | 131 char *send_tail, *recv_head; local in function:bp_whoami 152 send_tail = (char *)&args->xina; 157 if (xdr_inaddr_encode(&send_tail, myip)) 167 args, (size_t)(send_tail - (char *)args), 247 char *send_tail, *recv_head; local in function:bp_getfile 258 send_tail = (char *)sdata.d; 266 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { 272 if (xdr_string_encode(&send_tail, key, (uint32_t)strlen(key))) { 285 sdata.d, (size_t)(send_tail - (char *)sdata.d),
|
rpc.c | 123 char *send_head, *send_tail; local in function:rpc_call 145 send_tail = (char *)sdata + slen; 186 sendudp, send_head, send_tail - send_head,
|
rpc.c | 123 char *send_head, *send_tail; local in function:rpc_call 145 send_tail = (char *)sdata + slen; 186 sendudp, send_head, send_tail - send_head,
|
rpc.c | 123 char *send_head, *send_tail; local in function:rpc_call 145 send_tail = (char *)sdata + slen; 186 sendudp, send_head, send_tail - send_head,
|
rpc.c | 123 char *send_head, *send_tail; local in function:rpc_call 145 send_tail = (char *)sdata + slen; 186 sendudp, send_head, send_tail - send_head,
|