Searched refs:reply (Results 176 - 200 of 200) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h703 krb5_data *reply, struct sockaddr *localaddr, socklen_t *localaddrlen,
2358 const struct addrlist *, struct sendto_callback_info*, krb5_data *reply,
2497 const krb5_data * realm, krb5_data * reply,
H A Dkrb5.h2622 krb5_data *reply; member in struct:_krb5_prompt
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h624 #define rr_ok readres_u.reply
728 int kernel_waiting; /* Kernel waiting for daemon to reply */
/opensolaris-onvv-gate/usr/src/uts/common/io/drm/
H A Ddrm.h666 struct drm_wait_vblank_reply reply; member in union:drm_wait_vblank
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h471 nfslog_dirlistplus3 reply; member in struct:nfslog_READDIRPLUS3resok
H A Dnfs.h528 * Status OK portion of remote read reply
535 mblk_t *rrok_mp; /* mblk_t contains data for reply */
575 nfsstat ns_status; /* reply status */
584 * NFS_OK part of read sym link reply union
1466 * READ3 reply that directly decodes fattr3 directly into vattr
1486 * READ3 reply that uiomoves data directly into a struct uio
1494 uint_t size; /* maximum reply size */
1820 dirlist3 reply; member in struct:READDIR3resok
1891 dirlistplus3 reply; member in struct:READDIRPLUS3resok
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c445 * broadcast packets. This will cause the reply to the packets we are
708 BOOTP reply, be backward compatible with
881 int await_reply(reply_t reply, int ival, void *ptr, long timeout) argument
969 result = reply(ival, ptr, ptype, ip, udp);
975 * action. This allows us reply to arp and igmp queryies.
996 printf("Sent ARP reply to: %@\n",tmp);
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c66 krb5_kdc_rep * reply,
624 /* remember to set the PREAUTH flag in the reply */
672 krb5_kdc_rep * reply,
881 /* if this is an RFC reply or draft9 client requested a checksum
882 * in the reply instead of the nonce, create an RFC-style keypack
890 /* retrieve checksums for a given enctype of the reply key */
667 pkinit_server_return_padata(krb5_context context, krb5_pa_data * padata, struct _krb5_db_entry_new * client, krb5_data *req_pkt, krb5_kdc_req * request, krb5_kdc_rep * reply, struct _krb5_key_data * client_key, krb5_keyblock * encrypting_key, krb5_pa_data ** send_pa, preauth_get_entry_data_proc server_get_entry_data, void *pa_plugin_context, void **pa_request_context) argument
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c4303 dhcp_ipc_reply_t *reply = NULL; local
4373 error = dhcp_ipc_make_request(request, &reply, timeout);
4390 error = reply->return_code;
4393 free(reply);
4409 (void) printf("%s", dhcp_status_reply_to_string(reply));
4413 free(reply);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c410 uchar_t reply[BUFSIZ]; local
411 uchar_t *p = reply;
416 else if (len > (sizeof (reply) - 9)) {
418 "krb5 auth reply length too large (%d)", len);
421 "krb5 auth reply length too large (%d)\n",
442 write_data_len((const char *)reply, p-reply);
710 "Kerberos auth reply: "
892 "reply\n");
1078 * 2. Generate reply fo
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c1189 * mp will contain the data to be sent out in the read reply.
1190 * This will be freed after the reply has been sent out (by the
3594 resp->resok.reply.entries = (entry3 *)data;
3595 resp->resok.reply.eof = iseof;
3636 kmem_free(resp->resok.reply.entries, resp->resok.freecount);
4012 resp->resok.reply.entries = (entryplus3 *)ndata;
4013 resp->resok.reply.eof = iseof;
4062 kmem_free(resp->resok.reply.entries, resp->resok.count);
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1175 dirlist4 reply;
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c844 kprompt.reply = &response_data;
1094 /* assume a failure in the KDC reply. By returning anything other */
1134 kprompt.reply = &response_data;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2838 for (ep = res->READDIR4res_u.resok4.reply.entries;
2845 res->READDIR4res_u.resok4.reply.eof
2859 for (ep = res->READDIR4res_u.resok4.reply.entries;
2875 res->READDIR4res_u.resok4.reply.eof ? "TRUE" : "FALSE");
H A Dnfs4_xdr.c2027 if (!xdr_dirlist4(xdrs, &objp->reply))
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c853 if (!xdr_nfslog_dirlistplus3(xdrs, &objp->reply))
H A Dfhtab.c2018 for (ep = res->nfslog_READDIRPLUS3res_u.ok.reply.entries;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c845 strncpy(stash_password, prompts[i].reply->data,
/opensolaris-onvv-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c2946 dhcp_ipc_reply_t *reply = NULL; local
2967 error = dhcp_ipc_make_request(request, &reply, dhcp_timeout);
2970 error = reply->return_code;
2971 free(reply);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c758 * Each reply consists of a ctl part for one fixed structure
3368 dhcp_ipc_reply_t *reply; local
3375 error = dhcp_ipc_make_request(request, &reply, DHCP_IPC_WAIT_DEFAULT);
3382 error = reply->return_code;
3384 free(reply);
3388 free(reply);
3398 (void) printf("%s", dhcp_status_reply_to_string(reply));
3399 free(reply);
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1613 struct mbuf_chain reply; member in struct:smb_request
1620 unsigned int reply_seqnum; /* reply sequence number */
1735 unsigned int reply_seqnum; /* reply sequence number */
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h803 * request/reply variables
1155 * Mask Doorbell and Reset interrupts to enable reply desc int.
1340 uint16_t dev_handle, int lun, uint8_t *reply, uint32_t reply_size,
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Dtape.c1581 if (!yflag && !reply(gettext("continue")))
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h689 char *mci_sasl_string; /* sasl reply string */
2184 /* reply types (text in SmtpMsgBuffer) */
2224 EXTERN bool OnlyOneError; /* .... or only want to give one SMTP reply */
2284 EXTERN char *MessageAccept; /* "Message accepted for delivery" reply text */
2428 extern int reply __P((MAILER *, MCI *, ENVELOPE *, time_t, void (*)__P((char *, bool, MAILER *, MCI *, ENVELOPE *)), char **, int));
2444 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */
H A Ddeliver.c6124 /* get the reply */
6125 smtpresult = reply(m, mci, e, TimeOuts.to_starttls, NULL, NULL,
6136 /* not an expected reply but we have to deal with it */

Completed in 580 milliseconds

12345678