Searched refs:pbeg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c275 char *pbeg, *pend; local
295 pbeg = buffer;
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
299 if (pbeg[0] == 'S') {
301 if (pbeg[1] == '%')
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
303 else if (pbeg[1] == '*')
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
307 } else if (pbeg[0] == 'T') {
309 if (pbeg[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/utils/
H A Dnfnl_osf.c275 char *pbeg, *pend; local
295 pbeg = buffer;
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
299 if (pbeg[0] == 'S') {
301 if (pbeg[1] == '%')
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
303 else if (pbeg[1] == '*')
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
307 } else if (pbeg[0] == 'T') {
309 if (pbeg[
[all...]

Completed in 103 milliseconds