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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c32 res_state nstatp; local
45 nstatp = (res_state) malloc(sizeof(*statp));
46 if (nstatp == NULL) {
50 memcpy(nstatp, statp, sizeof(*statp));
55 free(nstatp);
71 free(nstatp);
76 nstatp->nscount = 1;
81 free (nstatp);
91 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
94 nstatp
[all...]

Completed in 274 milliseconds