Home
last modified time | relevance | path

Searched refs:o_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ipfw/
H A Ddummynet.c141 o_next(struct dn_id **o, int len, int type) in o_next() function
1333 sch_extra = o_next(&buf, lmax_extra, DN_TEXT); in ipfw_config_pipe()
1336 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe()
1337 p = o_next(&buf, sizeof(*p), DN_LINK); in ipfw_config_pipe()
1339 aqm_extra = o_next(&buf, lmax_extra, DN_TEXT); in ipfw_config_pipe()
1342 fs = o_next(&buf, sizeof(*fs), DN_FS); in ipfw_config_pipe()
1360 aqm_extra = o_next(&buf, lmax_extra, DN_TEXT); in ipfw_config_pipe()
1363 fs = o_next(&buf, sizeof(*fs), DN_FS); in ipfw_config_pipe()
1375 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe()
1380 fs = o_next(&buf, sizeof(*fs), DN_FS); in ipfw_config_pipe()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c306 o_next(struct dn_id **o, int len, int type) in o_next() function
520 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in dn_compat_configure()
526 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure()
527 p = o_next(&buf, sizeof(*p), DN_LINK); in dn_compat_configure()
528 fs = o_next(&buf, sizeof(*fs), DN_FS); in dn_compat_configure()
537 pf = o_next(&buf, sizeof(*pf), DN_PROFILE); in dn_compat_configure()
545 fs = o_next(&buf, sizeof(*fs), DN_FS); in dn_compat_configure()