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

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

Completed in 110 milliseconds