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

  /external/iproute2/tc/
m_ipt.c 319 unsigned int onebyte; local
333 if (string_to_number(p, 0, 255, &onebyte) == -1)
336 addrp[i] = (unsigned char) onebyte;
341 if (string_to_number(p, 0, 255, &onebyte) == -1)
344 addrp[3] = (unsigned char) onebyte;
  /external/iptables/iptables/
xtables.c 1151 unsigned int onebyte; local
1167 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1170 addrp[i] = onebyte;
1178 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1181 addrp[i] = onebyte;
1186 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1189 addrp[3] = onebyte;
    [all...]

Completed in 52 milliseconds