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 68 PCAP_API int pcap_nametoport(const char *, int *, int *);
75 * Also, pcap_nametoport() returns the protocol along with the port number.
  /external/libpcap/
nametoaddr.c 200 pcap_nametoport(const char *name, int *port, int *proto) function
271 if (pcap_nametoport(cpy, port1, proto) == 0) {
277 if (pcap_nametoport(off + 1, port2, proto) == 0) {
gencode.c     [all...]

Completed in 293 milliseconds