Home | History | Annotate | Download | only in racoon

Lines Matching full:sizeof

103 	socklen_t fromlen = sizeof(from);
117 while ((len = recv(so2, (char *)&com, sizeof(com), MSG_PEEK)) < 0) {
127 if (len < sizeof(com)) {
282 ((caddr_t)com + sizeof(*com)))->src;
285 ((caddr_t)com + sizeof(*com)))->dst;
311 int found = 0, len = com->ac_len - sizeof(com);
337 ((caddr_t)com + sizeof(*com)))->dst;
368 ((char *)com + sizeof(*com) +
369 sizeof(struct admin_com_indexes));
400 ((caddr_t)com + sizeof(*com)))->src;
403 ((caddr_t)com + sizeof(*com)))->dst;
512 tlen = sizeof(*combuf) + buf->l;
514 tlen = sizeof(*combuf);
523 memcpy(retbuf, combuf, sizeof(*combuf));
527 memcpy(retbuf + sizeof(*combuf), buf->v, buf->l);
569 memset(&sunaddr, 0, sizeof(sunaddr));
571 snprintf(sunaddr.sun_path, sizeof(sunaddr.sun_path),
583 sizeof(sunaddr)) != 0) {