Home
last modified time | relevance | path

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

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