HomeSort by: relevance | last modified time | path
    Searched defs:split_dname (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-dlpi.c 144 static char *split_dname(char *, u_int *, char *);
371 cp = split_dname(dname, &unit, errbuf);
374 * split_dname() has filled in the error message.
432 cp = split_dname(dname, ppa, errbuf);
435 * split_dname() has filled in the error message.
894 split_dname(char *device, u_int *unitp, char *ebuf) function
pcap-dlpi.c 144 static char *split_dname(char *, u_int *, char *);
371 cp = split_dname(dname, &unit, errbuf);
374 * split_dname() has filled in the error message.
432 cp = split_dname(dname, ppa, errbuf);
435 * split_dname() has filled in the error message.
894 split_dname(char *device, u_int *unitp, char *ebuf) function

Completed in 45 milliseconds