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

/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dnamedb.h67 int pcap_nametoport(const char *, int *, int *);
74 * Also, pcap_nametoport() returns the protocol along with the port number.
/freebsd-10.0-release/contrib/libpcap/
H A Dnametoaddr.c171 pcap_nametoport(const char *name, int *port, int *proto) function
242 if (pcap_nametoport(cpy, port1, proto) == 0) {
248 if (pcap_nametoport(off + 1, port2, proto) == 0) {
H A Dgencode.c6211 if (pcap_nametoport(name, &port, &real_proto) == 0)

Completed in 132 milliseconds