Searched refs:rulehead (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/security/mac_portacl/
H A Dmac_portacl.c142 static TAILQ_HEAD(rulehead, rule) rule_head;
146 toast_rules(struct rulehead *head)
246 parse_rules(char *string, struct rulehead *head)
340 struct rulehead head, save_head;
/freebsd-10-stable/sys/fs/devfs/
H A Ddevfs_rule.c88 TAILQ_HEAD(rulehead, devfs_krule);
96 struct rulehead ds_rules;
373 dk = TAILQ_LAST(&ds->ds_rules, rulehead);
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipftest.c748 void dumprules(rulehead)
749 frentry_t *rulehead;
753 for (fr = rulehead; fr != NULL; fr = fr->fr_next) {
H A Dipf_y.y248 rulehead markin inopts rulemain ruletail intag ruletail2
252 rulehead markout outopts rulemain ruletail outtag ruletail2
255 rulehead: label

Completed in 170 milliseconds