Searched defs:linktype (Results 1 – 13 of 13) sorted by relevance
/external/libpcap/ |
D | sf-pcap.c | 702 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) in sf_write_header() 741 pcap_setup_dump(pcap_t *p, int linktype, FILE *f, const char *fname) in pcap_setup_dump() 774 int linktype; in pcap_dump_open() local 826 int linktype; in pcap_dump_fopen() local 844 int linktype; in pcap_dump_open_append() local
|
D | pcap-enet.c | 148 initdevice(char *device, int pflag, int *linktype) in initdevice()
|
D | pcap-common.c | 1097 int linktype; member 1201 linktype_to_dlt(int linktype) in linktype_to_dlt() 1513 swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr, u_char *data) in swap_pseudo_headers()
|
D | rpcap-protocol.h | 301 int32 linktype; /* Link type */ member
|
D | sf-pcapng.c | 115 u_short linktype; member
|
D | pcap-int.h | 197 int linktype; /* Network linktype */ member
|
D | pcap-sita.c | 837 static int acn_open_live(const char *name, char *errbuf, int *linktype) { /* returns 0 on error, e… in acn_open_live()
|
D | gencode.c | 254 int linktype; member
|
/external/ppp/pppd/include/ |
D | pcap-int.h | 71 int linktype; member
|
/external/libnl/lib/route/ |
D | tc.c | 663 uint32_t linktype) in adjust_size() 695 uint32_t linktype = rtnl_tc_get_linktype(tc); in rtnl_tc_build_rate_table() local
|
/external/libnl/python/netlink/route/ |
D | tc.py | 152 def linktype(self): member in Tc 156 def linktype(self, value): member in Tc
|
/external/libpcap/pcap/ |
D | pcap.h | 168 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member
|
/external/scapy/scapy/ |
D | utils.py | 1056 def __init__(self, filename, linktype=None, gz=False, endianness="", argument
|