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

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-sita.c60 char *IOPname; /* this interface's name on an IOP */ member in struct:iface
159 char *i = (p->IOPname) ? p->IOPname : "";
203 if (cur->IOPname) free(cur->IOPname);
248 if (p->IOPname) last_name = p->name; /* remembering the last name found */
422 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
439 name = malloc(strlen(IOPname) + 1); /* get memory for the IOP's name */
441 fprintf(stderr, "Error...couldn't allocate memory for IOPname...value of errno is: %d\n", errno);
445 strcpy(name, IOPname); /* an
[all...]

Completed in 127 milliseconds