OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nresp
(Results
1 - 2
of
2
) sorted by relevancy
/src/share/examples/rump/btplay/
btplay.c
167
hci_remote_name_req_compl_ep *
nresp
;
local
186
nresp
= (void *)(evp+1);
187
printf("peer name: %s\n",
nresp
->name);
/src/crypto/external/bsd/openssh/dist/
auth2-chall.c
310
u_int i,
nresp
;
local
323
if ((r = sshpkt_get_u32(ssh, &
nresp
)) != 0)
325
if (
nresp
!= kbdintctxt->nreq)
327
if (
nresp
> 100)
329
if (
nresp
> 0) {
330
response = xcalloc(
nresp
, sizeof(char *));
331
for (i = 0; i <
nresp
; i++) {
339
res = kbdintctxt->device->respond(kbdintctxt->ctxt,
nresp
, response);
341
for (i = 0; i <
nresp
; i++) {
Completed in 44 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026