OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcap_nametoport
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
pcap-namedb.h
67
int
pcap_nametoport
(const char *, int *, int *);
74
* Also,
pcap_nametoport
() returns the protocol along with the port number.
nametoaddr.c
171
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) {
gencode.c
[
all
...]
Completed in 60 milliseconds