Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Din6.h70 struct in6_flowlabel_req { struct
/external/iproute2/include/linux/
Din6.h70 struct in6_flowlabel_req { struct
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex266 Its argument is \verb|struct| \verb|in6_flowlabel_req|:
269 struct in6_flowlabel_req
350 struct in6_flowlabel_req freq;
/external/iputils/
Dping6.c1207 char freq_buf[CMSG_ALIGN(sizeof(struct in6_flowlabel_req)) + cmsglen]; in main()
1208 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in main()