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 316 unsigned int onebyte; local
330 if (string_to_number(p, 0, 255, &onebyte) == -1)
333 addrp[i] = (unsigned char) onebyte;
338 if (string_to_number(p, 0, 255, &onebyte) == -1)
341 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 28 milliseconds