Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h641 int fr_comment; /* text comment for rule */ member