| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_db.c | 415 n += link_type; in StartPointIn() 431 n += link_type; in StartPointOut() 728 int link_type; in FindNewPortGroup() local 934 lnk->link_type = link_type; in AddLink() 1096 lnk->link_type == link_type && in _FindLinkOut() 1200 && lnk->link_type == link_type) { in _FindLinkIn() 1208 && lnk->link_type == link_type) { in _FindLinkIn() 1215 && lnk->link_type == link_type in _FindLinkIn() 1223 && lnk->link_type == link_type in _FindLinkIn() 1471 int link_type; in FindUdpTcpIn() local [all …]
|
| H A D | alias_local.h | 264 int alias_param, int link_type);
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_ulpi.c | 70 int link_type; in ng_hci_lp_con_req() local 93 switch(link_type){ in ng_hci_lp_con_req() 192 cfm->link_type = con->link_type; in ng_hci_lp_acl_con_req() 559 cfm->link_type = con->link_type; in ng_hci_lp_le_con_req() 777 ep->link_type = con->link_type; in ng_hci_lp_con_cfm() 800 ep->link_type = con->link_type; in ng_hci_lp_con_cfm() 834 ep->link_type = con->link_type; in ng_hci_lp_enc_change() 878 ep->link_type = con->link_type; in ng_hci_lp_con_ind() 968 if (con->link_type == ep->link_type && in ng_hci_lp_con_rsp() 1116 ep->link_type = con->link_type; in ng_hci_lp_discon_ind() [all …]
|
| H A D | ng_hci_misc.c | 219 ng_hci_get_neighbor(ng_hci_unit_p unit, bdaddr_p bdaddr,int link_type) in ng_hci_get_neighbor() argument 227 if (n->addrtype == link_type && in ng_hci_get_neighbor() 258 ng_hci_new_con(ng_hci_unit_p unit, int link_type) in ng_hci_new_con() argument 288 con->link_type = link_type; in ng_hci_new_con() 290 if (con->link_type != NG_HCI_LINK_SCO) in ng_hci_new_con() 319 if (con->link_type != NG_HCI_LINK_SCO) in ng_hci_free_con() 351 ng_hci_con_by_bdaddr(ng_hci_unit_p unit, bdaddr_p bdaddr, int link_type) in ng_hci_con_by_bdaddr() argument 356 if (con->link_type == link_type && in ng_hci_con_by_bdaddr()
|
| H A D | ng_hci_evnt.c | 272 if (reallink_type != link_type){ in send_data_packets() 473 int link_type; in le_connection_complete() local 491 if (con->link_type == link_type && in le_connection_complete() 517 con = ng_hci_new_con(unit, link_type); in le_connection_complete() 693 if (con->link_type == ep->link_type && in con_compl() 718 con = ng_hci_new_con(unit, ep->link_type); in con_compl() 750 if (ep->link_type == NG_HCI_LINK_ACL) { in con_compl() 853 if (con->link_type == ep->link_type && in con_req() 954 con->link_type); in encryption_change() 1159 if (con->link_type != NG_HCI_LINK_SCO) in num_compl_pkts() [all …]
|
| H A D | ng_hci_main.c | 543 e2->link_type = c->link_type; in ng_hci_default_rcvmsg() 853 if (con->link_type == NG_HCI_LINK_SCO) { in ng_hci_acl_rcvdata() 857 con_handle, con->link_type); in ng_hci_acl_rcvdata() 972 if (con->link_type != NG_HCI_LINK_SCO) { in ng_hci_sco_rcvdata() 976 con_handle, con->link_type); in ng_hci_sco_rcvdata()
|
| H A D | ng_hci_var.h | 185 u_int8_t link_type; /* ACL or SCO */ member
|
| H A D | ng_hci_cmds.c | 515 } else if (con->link_type != NG_HCI_LINK_ACL) { in process_link_policy_params() 518 con->link_type); in process_link_policy_params()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_llpi.c | 113 ep->link_type = type; in ng_l2cap_lp_con_req() 158 con = ng_l2cap_con_by_addr(l2cap, &ep->bdaddr, ep->link_type); in ng_l2cap_lp_con_cfm() 228 con = ng_l2cap_con_by_addr(l2cap, &ep->bdaddr, ep->link_type); in ng_l2cap_lp_con_ind() 249 con = ng_l2cap_new_con(l2cap, &ep->bdaddr, ep->link_type); in ng_l2cap_lp_con_ind() 264 rp->link_type = NG_HCI_LINK_ACL; in ng_l2cap_lp_con_ind() 530 (ch->con->linktype == ep->link_type)) in ng_l2cap_lp_enc_change()
|
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 466 u_int16_t link_type; /* type of connection */ member 486 u_int8_t link_type; /* link type */ member 494 u_int8_t link_type; /* link type */ member 503 u_int8_t link_type; /* link type */ member 511 u_int8_t link_type; /* link type */ member 544 uint8_t link_type; member 645 u_int8_t link_type; /* ACL or SCO */ member 1832 u_int8_t link_type; /* Link type */ member 1840 u_int8_t link_type; /* link type */ member 1990 u_int8_t link_type; /* Link type */ member
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_sco.c | 619 ep->link_type = NG_HCI_LINK_SCO; in ng_btsocket_sco_send_lp_con_req() 648 ep->link_type = NG_HCI_LINK_SCO; in ng_btsocket_sco_send_lp_con_rsp()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq_cmd.h | 2213 u8 link_type[4]; member
|
| H A D | i40e_common.c | 2085 i40e_memcpy(&tmp, resp->link_type, sizeof(tmp), in i40e_aq_get_link_info()
|