Home
last modified time | relevance | path

Searched defs:linktype (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/libpcap/
H A Dsf-pcap.c792 sf_write_header(pcap_t *p, FILE *fp, int linktype, int snaplen) in sf_write_header()
873 pcap_setup_dump(pcap_t *p, int linktype, FILE *f, const char *fname) in pcap_setup_dump()
906 int linktype; in pcap_dump_open() local
991 int linktype; in pcap_dump_fopen() local
1009 int linktype; in pcap_dump_open_append() local
H A Dpcap-util.c450 swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr, u_char *data) in swap_pseudo_headers()
504 pcapint_post_process(int linktype, int swapped, struct pcap_pkthdr *hdr, in pcapint_post_process()
H A Dpcap-enet.c146 initdevice(char *device, int pflag, int *linktype) in initdevice()
H A Dsavefile.c452 pcapint_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen) in pcapint_adjust_snapshot()
H A Drpcap-protocol.h284 int32 linktype; /* Link type */ member
H A Dpcap-common.c1380 linktype_to_dlt(int linktype) in linktype_to_dlt()
H A Dpcap-int.h268 int linktype; /* Network linktype */ member
H A Dsf-pcapng.c115 u_short linktype; member
H A Dpcap-sita.c836 static int acn_open_live(const char *name, char *errbuf, int *linktype) { /* returns 0 on error, e… in acn_open_live()
H A Dpcap.c4500 pcap_open_dead_with_tstamp_precision(int linktype, int snaplen, u_int precision)
4563 pcap_open_dead(int linktype, int snaplen)
H A Dpcap-linux.c5272 bpf_u_int32 linktype; member
H A Dgencode.c244 int linktype; member
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c99 static int ng_hci_linktype_to_addrtype(int linktype) in ng_hci_linktype_to_addrtype()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h368 uint8_t linktype; member
389 u_int8_t linktype; /* link type*/ member
399 u_int8_t linktype; /*link type */ member
579 uint8_t linktype; member
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h122 uint8_t linktype; member
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h214 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1258 int lcid, int result, int linktype) in ng_btsocket_l2cap_send_l2ca_con_rsp_req()
/freebsd/sys/net/
H A Dbpf.c565 bpf_movein(struct uio *uio, int linktype, struct ifnet *ifp, struct mbuf **mp, in bpf_movein()