Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_scan.h19 #define ISC_TLEN 16 macro
43 char s_txt[ISC_TLEN]; /* text to match */
44 char s_msk[ISC_TLEN]; /* mask of the above to check */
52 char ipsc_tag[ISC_TLEN]; /* table entry protocol tag */
/freebsd-13.1/sbin/ipf/ipscan/
H A Dipscan_y.y210 for (u = dst, i = 0; (i <= ISC_TLEN) && (s < t); ) { in cram()
250 } while ((i <= ISC_TLEN) && (s <= t) && (j > 0)); in cram()
261 char buf[ISC_TLEN+1]; in printent()
265 buf[ISC_TLEN] = '\0'; in printent()
266 bcopy(isc->ipsc_ctxt, buf, ISC_TLEN); in printent()
270 bcopy(isc->ipsc_cmsk, buf, ISC_TLEN); in printent()
275 bcopy(isc->ipsc_smsk, buf, ISC_TLEN); in printent()
/freebsd-13.1/sbin/ipf/libipf/
H A Dprintsbuf.c24 for (s = (u_char *)buf, i = ISC_TLEN; i; i--, s++) { in printsbuf()