Searched refs:it_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dicmptypename.c18 for (i = icmptypelist; i->it_name != NULL; i++) {
20 return i->it_name;
23 return i->it_name;
H A Dgeticmptype.c16 for (i = icmptypelist; i->it_name != NULL; i++) {
17 if (!strcmp(name, i->it_name)) {
/freebsd-11-stable/tools/tools/netrate/juggle/
H A Djuggle.c484 const char *it_name; member in struct:ipctype
526 err(-1, "main: %s", ipctypes[i].it_name);
556 printf("%s, juggle, %d, ", ipctypes[i].it_name, p);
567 ipctypes[i].it_name, p);
578 ipctypes[i].it_name, p);
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c80 char it_name[NCPS]; member in struct:instable
3033 x->d86_seg_prefix = (char *)dp->it_name;
3289 if (strcmp(dp->it_name, "INVALID") == 0)
3373 if (strcmp(dp->it_name, "INVALID") == 0)
3660 if (strcmp(dp->it_name, "INVALID") == 0)
3662 (void) strlcat(x->d86_mnem, dp->it_name, OPLEN);
3812 wbit = strcmp(dp->it_name, "movd") ? MM_OPND : LONG_OPND;
4232 wbit = strcmp(dp->it_name, "movd") ? MM_OPND : LONG_OPND;
4241 wbit = strcmp(dp->it_name, "movd") ? MM_OPND : LONG_OPND;
4324 if (strcmp(dp->it_name, "movlp
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h147 char *it_name; member in struct:__anon17
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c70 char *it_name; member in struct:icmp_type
512 s = it->it_name;
543 s = it->it_name;

Completed in 80 milliseconds