Searched refs:o_next (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/config/ |
H A D | mkoptions.cc | 98 SLIST_FOREACH(ol, &otab, o_next) { in options() 111 SLIST_FOREACH(ol, &otab, o_next) { in options() 121 SLIST_FOREACH(ol, &otab, o_next) in options() 186 SLIST_FOREACH(ol, &otab, o_next) in do_option() 215 SLIST_FOREACH(ol, &otab, o_next) in do_option() 297 SLIST_FOREACH(po, &otab, o_next) { in tooption() 316 SLIST_FOREACH(po, &otab, o_next) { in check_duplicate() 337 SLIST_INSERT_HEAD(&otab, po, o_next); in insert_option() 345 SLIST_FOREACH(po, &otab, o_next) { in update_option()
|
H A D | config.h | 194 SLIST_ENTRY(opt_list) o_next;
|
/freebsd/sbin/ipfw/ |
H A D | dummynet.c | 140 o_next(struct dn_id **o, int len, int type) in o_next() function 1324 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in ipfw_config_pipe() 1340 sch_extra = o_next(&buf, lmax_extra, DN_TEXT); in ipfw_config_pipe() 1343 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1344 p = o_next(&buf, sizeof(*p), DN_LINK); in ipfw_config_pipe() 1346 aqm_extra = o_next(&buf, lmax_extra, DN_TEXT); in ipfw_config_pipe() 1349 fs = o_next(&buf, sizeof(*fs), DN_FS); in ipfw_config_pipe() 1367 aqm_extra = o_next(&buf, lmax_extra, DN_TEXT); in ipfw_config_pipe() 1370 fs = o_next(&buf, sizeof(*fs), DN_FS); in ipfw_config_pipe() 1379 sch_extra = o_next( in ipfw_config_pipe() [all...] |
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_glue.c | 305 o_next(struct dn_id **o, int len, int type) in o_next() function 522 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in dn_compat_configure() 528 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure() 529 p = o_next(&buf, sizeof(*p), DN_LINK); in dn_compat_configure() 530 fs = o_next(&buf, sizeof(*fs), DN_FS); in dn_compat_configure() 539 pf = o_next(&buf, sizeof(*pf), DN_PROFILE); in dn_compat_configure() 547 fs = o_next(&buf, sizeof(*fs), DN_FS); in dn_compat_configure()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon_y.y | 28 struct opt_s *o_next; member 115 | matchopt ',' matching { $1->o_next = $3; $$ = $1; } 340 olist = o->o_next; in build_action() 413 olist = o->o_next; in build_action()
|