Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_scan.h21 #define ISC_TLEN 16 macro
51 char s_txt[ISC_TLEN]; /* text to match */
52 char s_msk[ISC_TLEN]; /* mask of the above to check */
60 char ipsc_tag[ISC_TLEN]; /* table entry protocol tag */
/netbsd-src/external/bsd/ipf/dist/
H A Dip_scan.h21 #define ISC_TLEN 16 macro
51 char s_txt[ISC_TLEN]; /* text to match */
52 char s_msk[ISC_TLEN]; /* mask of the above to check */
60 char ipsc_tag[ISC_TLEN]; /* table entry protocol tag */
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipscan_y.y211 for (u = dst, i = 0; (i <= ISC_TLEN) && (s < t); ) {
251 } while ((i <= ISC_TLEN) && (s <= t) && (j > 0));
262 char buf[ISC_TLEN+1];
266 buf[ISC_TLEN] = '\0';
267 bcopy(isc->ipsc_ctxt, buf, ISC_TLEN);
271 bcopy(isc->ipsc_cmsk, buf, ISC_TLEN);
276 bcopy(isc->ipsc_smsk, buf, ISC_TLEN);
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintsbuf.c25 for (s = (u_char *)buf, i = ISC_TLEN; i; i--, s++) {