Home
last modified time | relevance | path

Searched refs:fr_comment (Results 1 – 4 of 4) sorted by relevance

/src/sbin/ipf/libipf/
H A Dprintfr.c451 if (fp->fr_comment != -1) in printfr()
452 PRINTF(" comment \"%s\"", fp->fr_names + fp->fr_comment); in printfr()
/src/sbin/ipf/common/
H A Dipf_y.y548 | IPFY_COMMENT YY_STR { DOALL(fr->fr_comment = addname(&fr, \
2631 fr->fr_comment = -1; in allocfr()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h639 int fr_comment; /* text comment for rule */ member
H A Dfil.c4495 if ((interr = ipf_check_names_string(fp->fr_names, fp->fr_namelen, fp->fr_comment)) != 0) { in frrequest()