Searched refs:ipsc_tag (Results 1 – 3 of 3) sorted by relevance
266 printf("%s : (\"", isc->ipsc_tag); in printent()342 strncpy(isc.ipsc_tag, tstr, sizeof(isc.ipsc_tag)); in addtag()343 isc.ipsc_tag[sizeof(isc.ipsc_tag) - 1] = '\0'; in addtag()
117 i = ipf_scan_lookup(isc->ipsc_tag); in ipf_scan_add()159 i = ipf_scan_lookup(isc.ipsc_tag); in ipf_scan_remove()193 if (!strcmp(i->ipsc_tag, tag)) in ipf_scan_lookup()
50 char ipsc_tag[ISC_TLEN]; /* table entry protocol tag */ member