HomeSort by relevance Sort by last modified time
    Searched refs:flowlabel (Results 1 - 6 of 6) sorted by null

  /external/iputils/
ping6.c 145 __u32 flowlabel; variable
738 flowlabel = hextoui(optarg);
739 if (errno || (flowlabel & ~IPV6_FLOWINFO_FLOWLABEL)) {
1215 freq->flr_label = htonl(flowlabel & IPV6_FLOWINFO_FLOWLABEL);
1226 perror ("can't set flowlabel");
1229 flowlabel = freq->flr_label;
1242 whereto.sin6_flowinfo = flowlabel;
1255 if (flowlabel)
1256 printf(", flow 0x%05x, ", (unsigned)ntohl(flowlabel));
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 179 flowlabel and DS field are received as ancillary data object
360 perror ("can't lease flowlabel");
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 371 uint32_t flowlabel; member in struct:sctp_nets
    [all...]
sctp_output.c 4324 uint32_t flowlabel, flowinfo; local
    [all...]
sctp_usrreq.c     [all...]
sctp_pcb.c     [all...]

Completed in 66 milliseconds