Home
last modified time | relevance | path

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

/external/iputils/
Dping6.c145 __u32 flowlabel; variable
738 flowlabel = hextoui(optarg); in main()
739 if (errno || (flowlabel & ~IPV6_FLOWINFO_FLOWLABEL)) { in main()
1215 freq->flr_label = htonl(flowlabel & IPV6_FLOWINFO_FLOWLABEL); in main()
1229 flowlabel = freq->flr_label; in main()
1242 whereto.sin6_flowinfo = flowlabel; in main()
1255 if (flowlabel) in main()
1256 printf(", flow 0x%05x, ", (unsigned)ntohl(flowlabel)); in main()
DRELNOTES9 ping6: Fix flowlabel switch (-F option).
163 ping6: Check ranges of flowlabel (-F option) and tclass (-Q option) arguments.
164 ping6: Accept 0x-notation for flowlabel (-F option) and tclass (-Q option) arguments.
199 ping6: Add missing definitions/declarations for flowlabel management (-F option).
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex179 flowlabel and DS field are received as ancillary data object
360 perror ("can't lease flowlabel");
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h371 uint32_t flowlabel; member
Dsctp_output.c4512 uint32_t flowlabel, flowinfo; local
4528 flowlabel = net->flowlabel;
4530 flowlabel = stcb->asoc.default_flowlabel;
4532 flowlabel = inp->sctp_ep.default_flowlabel;
4534 if (flowlabel == 0) {
4540 flowlabel = ntohl(inp->ip_inp.inp.inp_flow);
4542 flowlabel = ntohl(((struct in6pcb *)inp)->in6p_flowinfo);
4545 flowlabel &= 0x000fffff;
4638 flowinfo |= flowlabel;
Dsctp_usrreq.c3084 (net->flowlabel & 0x80000000)) {
3085 paddrp->spp_ipv6_flowlabel = net->flowlabel & 0x000fffff;
5938 net->flowlabel = paddrp->spp_ipv6_flowlabel & 0x000fffff;
5939 net->flowlabel |= 0x80000000;
6044 net->flowlabel = paddrp->spp_ipv6_flowlabel & 0x000fffff;
6045 net->flowlabel |= 0x80000000;
Dsctp_pcb.c4620 net->flowlabel = stcb->asoc.default_flowlabel;
/external/iputils/doc/
Dping.sgml19 <arg choice="opt">-F <replaceable/flowlabel/</arg>