Home
last modified time | relevance | path

Searched refs:linktype (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h369 uint8_t linktype; member
390 u_int8_t linktype; /* link type*/ member
400 u_int8_t linktype; /*link type */ member
580 uint8_t linktype; member
/f-stack/lib/
H A Dff_dpdk_pcap.c42 uint32_t linktype; /* data link type (LINKTYPE_*) */ member
77 pcap_file_hdr.linktype = 0x00000001; //DLT_EN10MB, Ethernet (10Mb) in ff_enable_pcap()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c139 con->linktype = type; in ng_l2cap_new_con()
307 (con->linktype == type)) in ng_l2cap_con_by_addr()
349 (con->linktype!= NG_HCI_LINK_ACL)); in ng_l2cap_new_chan()
393 (ch->con->linktype == NG_HCI_LINK_ACL )) in ng_l2cap_chan_by_scid()
396 (ch->con->linktype != NG_HCI_LINK_ACL )) in ng_l2cap_chan_by_scid()
H A Dng_l2cap_ulpi.c86 con = ng_l2cap_con_by_addr(l2cap, &ip->bdaddr, ip->linktype); in ng_l2cap_l2ca_con_req()
89 error = ng_l2cap_lp_con_req(l2cap, &ip->bdaddr,ip->linktype); in ng_l2cap_l2ca_con_req()
98 con = ng_l2cap_con_by_addr(l2cap, &ip->bdaddr, ip->linktype); in ng_l2cap_l2ca_con_req()
204 op->idtype = (ch->con->linktype == NG_HCI_LINK_ACL)? in ng_l2cap_l2ca_con_rsp()
249 ,(ip->linktype == NG_HCI_LINK_ACL)? in ng_l2cap_l2ca_con_rsp_req()
373 op->idtype =(ch->con->linktype ==NG_HCI_LINK_ACL)? in ng_l2cap_l2ca_encryption_change()
459 ip->linktype = ch->con->linktype; in ng_l2cap_l2ca_con_ind()
971 op->idtype = (ch->con->linktype == NG_HCI_LINK_ACL)? in ng_l2cap_l2ca_write_rsp()
1028 idtype = (con->linktype==NG_HCI_LINK_ACL)? in ng_l2cap_l2ca_receive()
1627 con = ng_l2cap_con_by_addr(l2cap, &ip->bdaddr,ip->linktype); in ng_l2cap_l2ca_get_info_req()
[all …]
H A Dng_l2cap_var.h123 uint8_t linktype; member
H A Dng_l2cap_cmds.c110 (con->linktype == NG_HCI_LINK_ACL)? in ng_l2cap_con_wakeup()
H A Dng_l2cap_llpi.c530 (ch->con->linktype == ep->link_type)) in ng_l2cap_lp_enc_change()
550 …int len, flag = (con->linktype == NG_HCI_LINK_ACL) ? NG_HCI_PACKET_START : NG_HCI_LE_PACKET_STA… in ng_l2cap_lp_send()
H A Dng_l2cap_evnt.c482 else if( con->linktype != NG_HCI_LINK_ACL) in ng_l2cap_process_con_req()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c98 static int ng_hci_linktype_to_addrtype(int linktype);
100 static int ng_hci_linktype_to_addrtype(int linktype) in ng_hci_linktype_to_addrtype() argument
102 switch(linktype){ in ng_hci_linktype_to_addrtype()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c668 result,ip->linktype); in ng_btsocket_l2cap_process_l2ca_con_ind()
1245 ip->linktype = ng_btsock_l2cap_addrtype_to_linktype(pcb->dsttype); in ng_btsocket_l2cap_send_l2ca_con_req()
1259 int lcid, int result, int linktype) in ng_btsocket_l2cap_send_l2ca_con_rsp_req() argument
1279 ip->linktype = linktype; in ng_btsocket_l2cap_send_l2ca_con_rsp_req()
/f-stack/freebsd/net/
H A Dbpf.c559 bpf_movein(struct uio *uio, int linktype, struct ifnet *ifp, struct mbuf **mp, in bpf_movein() argument
579 switch (linktype) { in bpf_movein()
661 switch (linktype) { in bpf_movein()