Home
last modified time | relevance | path

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

/external/ping6/
Dping6.c256 struct msghdr smsghdr; variable
335 memset(&smsghdr, 0, sizeof(smsghdr)); in main()
860 smsghdr.msg_control = (caddr_t)scmsg; in main()
861 smsghdr.msg_controllen = ip6optlen; in main()
870 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()
890 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()
898 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()
933 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()
1321 smsghdr.msg_name = (caddr_t)&dst; in pinger()
1322 smsghdr.msg_namelen = sizeof(dst); in pinger()
[all …]