Searched refs:onebyte (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-clear_user.S80 beq $1, $onebyte # .. .. U .. : sub-word store?
212 $onebyte:
216 bgt $0, $onebyte # U .. .. .. : U L U L
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ipt.c306 unsigned int onebyte; local
320 if (string_to_number(p, 0, 255, &onebyte) == -1)
323 addrp[i] = (unsigned char) onebyte;
328 if (string_to_number(p, 0, 255, &onebyte) == -1)
331 addrp[3] = (unsigned char) onebyte;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1166 unsigned int onebyte; local
1182 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1185 addrp[i] = onebyte;
1193 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1196 addrp[i] = onebyte;
1201 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1204 addrp[3] = onebyte;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c1165 unsigned int onebyte; local
1181 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1184 addrp[i] = onebyte;
1192 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1195 addrp[i] = onebyte;
1200 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1203 addrp[3] = onebyte;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables.c283 unsigned int onebyte; local
297 if (string_to_number(p, 0, 255, &onebyte) == -1)
300 addrp[i] = (unsigned char) onebyte;
310 if (string_to_number(p, 0, 255, &onebyte) == -1)
313 addrp[i] = (unsigned char) onebyte;
318 if (string_to_number(p, 0, 255, &onebyte) == -1)
321 addrp[3] = (unsigned char) onebyte;

Completed in 62 milliseconds