HomeSort by relevance Sort by last modified time
    Searched full:smsghdr (Results 1 - 1 of 1) sorted by null

  /external/ping6/
ping6.c 256 struct msghdr smsghdr; variable in typeref:struct:msghdr
335 memset(&smsghdr, 0, sizeof(smsghdr));
860 smsghdr.msg_control = (caddr_t)scmsg;
861 smsghdr.msg_controllen = ip6optlen;
870 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp);
890 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp);
898 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp);
933 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp);
    [all...]

Completed in 40 milliseconds