/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | MICwrap.c | 56 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; 84 tok.ver.dh_version_u.body.type = DH_MIC; 125 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; 163 tok.ver.dh_version_u.body.type != DH_MIC) { 218 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; 220 gss_buffer_desc body; local 243 tok.ver.dh_version_u.body.type = DH_WRAP; 258 &keys, &body, conf_state)) != DH_SUCCESS) { 263 /* The body now contains the wrapped orignal message */ 264 wrap->body [all...] |
H A D | token.c | 63 dh_token_body_t body = &t->ver.dh_version_u.body; local 64 switch (body->type) { 69 return (body->dh_token_body_desc_u.sign.qop); 71 return (body->dh_token_body_desc_u.seal.mic.qop); 454 /* Encode the protocol versioned body */ 501 /* Decode the protocol versioned body */
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | irp_ng.c | 163 char *body = NULL; local 177 &body, &bodylen) != 0) { 182 if (irp_unmarshall_ng(host, user, domain, body) == 0) { 187 if (body != NULL) { 188 memput(body, bodylen); 204 char *body = NULL; local 216 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) { 220 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) { 227 memput(body, bodylen);
|
H A D | irp_nw.c | 145 char *body = NULL; local 165 &body, &bodylen) != 0) { 171 if (irp_unmarshall_nw(nw, body) != 0) { 178 if (body != NULL) { 179 memput(body, bodylen); 194 char *body = NULL; local 214 &body, &bodylen) != 0) { 220 if (irp_unmarshall_nw(nw, body) != 0) { 227 if (body != NULL) { 228 memput(body, bodyle 272 char *body; local [all...] |
H A D | irp_pr.c | 134 char *body = NULL; local 154 &body, &bodylen) != 0) { 160 if (irp_unmarshall_pr(pr, body) != 0) { 167 if (body != NULL) { 168 memput(body, bodylen); 183 char *body = NULL; local 203 &body, &bodylen) != 0) { 209 if (irp_unmarshall_pr(pr, body) != 0) { 216 if (body != NULL) { 217 memput(body, bodyle 261 char *body; local [all...] |
H A D | irp_sv.c | 139 char *body; local 154 &body, &bodylen) != 0) { 160 if (irp_unmarshall_sv(sv, body) != 0) { 167 if (body != NULL) { 168 memput(body, bodylen); 184 char *body; local 205 &body, &bodylen) != 0) { 211 if (irp_unmarshall_sv(sv, body) != 0) { 218 if (body != NULL) { 219 memput(body, bodyle 235 char *body; local [all...] |
H A D | irp_ho.c | 172 char *body = NULL; local 193 &body, &bodylen) != 0) { 199 if (irp_unmarshall_ho(ho, body) != 0) { 206 if (body != NULL) { 207 memput(body, bodylen); 225 char *body = NULL; local 256 &body, &bodylen) != 0) { 262 if (irp_unmarshall_ho(ho, body) != 0) { 269 if (body != NULL) { 270 memput(body, bodyle 288 char *body; local [all...] |
H A D | irp.c | 396 * Read in the body of a response. Terminated by a line with 465 * char **body, size_t *bodylen); 468 * there's a body to follow(code % 10 == 1), then the 469 * body buffer is allcoated with memget and stored in 470 * *BODY. The length of the allocated body buffer is stored 471 * in *BODY. The caller must give the body buffer back to 482 size_t textlen, char **body, size_t *bodylen) { 485 *body = NULL; 494 * Code that matches xx1 means there's a response body coming. 497 *body 481 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, size_t textlen, char **body, size_t *bodylen) argument [all...] |
/osnet-11/usr/src/lib/librstp/common/ |
H A D | transmit.c | 56 BPDU_BODY_T body; member in struct:tx_stp_bpdu_t 63 BPDU_BODY_T body; member in struct:tx_rstp_bpdu_t 153 bpdu_packet.body.flags = 0; 160 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_BIT; 164 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_ACK_BIT; 167 STP_VECT_set_vector (&port->portPrio, &bpdu_packet.body); 168 STP_set_times (&port->portTimes, &bpdu_packet.body); 202 (unsigned long) bpdu_packet.body.flags); 260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); 267 bpdu_packet.body [all...] |
H A D | stp_bpdu.h | 86 BPDU_BODY_T body; member in struct:stp_bpdu_t
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | NNTP.pm | 145 sub body subroutine 147 @_ >= 1 && @_ <= 3 or croak 'usage: $nntp->body( [ MSGID ], [ FH ] )'; 747 Retrieve the header, a blank line, then the body (text) of the 768 =item body ( [ MSGID|MSGNUM ], [FH] ) 770 Like C<article> but only fetches the body of the article. 782 These are similar to article(), body() and head(), but rather than
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_srvr.c | 298 * If body is non-NULL then it we add a "." line after it. 304 void *uap, const char *body, size_t bodylen) 341 if (body != NULL) { 343 DE_CONST(body, tmp); 302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, u_int flags, const void *respctx, ctl_srvrdone donefunc, void *uap, const char *body, size_t bodylen) argument
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | krb5_decode.c | 611 krb5_data *body) 634 * Gross kludge to extract pointer to encoded safe-body. Relies 650 if (body != NULL) 651 *body = tmpbody; 610 decode_krb5_safe_with_body(const krb5_data *code, krb5_safe **repptr, krb5_data *body) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | scope.c | 23 protect_body_t body, ...) 27 va_start(args, body); 28 ret = vdefault_protect(pcur_env, excpt, body, &args); 35 protect_body_t body, va_list *args) 44 ret = CALL_FPTR(body)(aTHX_ *args); 22 Perl_default_protect(pTHX_ volatile JMPENV *pcur_env, int *excpt, protect_body_t body, ...) argument 34 Perl_vdefault_protect(pTHX_ volatile JMPENV *pcur_env, int *excpt, protect_body_t body, va_list *args) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | regcomp.c | 1311 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */ 1338 bin_tree_t *body = node->left; 1356 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; 1331 bin_tree_t *body = node->left; local
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 257 Body_t* body; member in union:_align_u 294 /* now make sure that the body of a block is a multiple of ALIGN */ 304 struct _body_s body; member in union:_body_u 314 Body_t body; member in struct:_block_s 382 #define LINK(b) ((b)->body.body.link) 383 #define LEFT(b) ((b)->body.body.left) 384 #define RIGHT(b) ((b)->body.body [all...] |