HomeSort by relevance Sort by last modified time
    Searched refs:retbuf (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
admin.c 509 char *retbuf = NULL; local
516 retbuf = racoon_calloc(1, tlen);
517 if (retbuf == NULL) {
523 memcpy(retbuf, combuf, sizeof(*combuf));
524 ((struct admin_com *)retbuf)->ac_len = tlen;
527 memcpy(retbuf + sizeof(*combuf), buf->v, buf->l);
529 tlen = send(so, retbuf, tlen, 0);
530 racoon_free(retbuf);
  /system/netd/server/
CommandListener.cpp 748 char *retbuf = NULL; local
767 asprintf(&retbuf, "Softap service %s running",
769 cli->sendMsg(rc, retbuf, false);
770 free(retbuf);
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 771 static char retbuf[sizeof "90000000.00"]; /* XXX nonreentrant */ local
780 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100);
781 return (retbuf);
    [all...]

Completed in 213 milliseconds