HomeSort by relevance Sort by last modified time
    Searched refs:pcap_nametoport (Results 1 - 3 of 3) sorted by null

  /external/libpcap/pcap/
namedb.h 65 int pcap_nametoport(const char *, int *, int *);
72 * Also, pcap_nametoport() returns the protocol along with the port number.
  /external/libpcap/
nametoaddr.c 164 pcap_nametoport(const char *name, int *port, int *proto) function
235 if (pcap_nametoport(cpy, port1, proto) == 0) {
241 if (pcap_nametoport(off + 1, port2, proto) == 0) {
gencode.c     [all...]

Completed in 39 milliseconds