Searched refs:resp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_sip.c109 u_char *resp; local
137 resp = atp->data;
139 resp = (u_char *)gbuf_rptr(tmp);
140 bzero(resp, 16);
141 *(u_short *)resp = htons(SIP_DRIVER_VERSION);
158 resp = atp->data;
160 resp = (u_char *)gbuf_rptr(tmp);
161 bzero(resp, 16);
162 *(u_short *)resp = htons(SIP_DRIVER_VERSION);
H A Dappletalk.h265 struct iovec resp[ATP_TRESP_MAX]; /* Buffer for response data */ member in struct:at_resp
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c149 int resp; local
165 resp = compress(outbuf,&outsize,inbuf,insize);
166 if(resp==Z_MEM_ERROR) {return COMP_ERR_LOW_MEMORY;}
167 if(resp==Z_BUF_ERROR) {return COMP_ERR_LIB;}
H A Dprng.c222 comp_error_status resp; local
280 resp = comp_init((p->comp_state)+i);
281 if(resp!=COMP_SUCCESS) {retval = PRNG_ERR_COMPRESSION; goto cleanup_init;}
489 comp_error_status resp;
508 resp = comp_add_data((p->comp_state)+poolnum,inbuf,inbuflen);
509 if(resp!=COMP_SUCCESS) {return PRNG_ERR_COMPRESSION;}
530 comp_error_status resp;
539 resp = comp_get_ratio((p->comp_state)+i,&ratio);
540 if(resp!=COMP_SUCCESS) {return PRNG_ERR_COMPRESSION;}
553 resp
[all...]

Completed in 39 milliseconds