| /dragonfly/lib/libalias/ |
| HD | alias_db.c | 295 int link_type; /* Type of link: TCP, UDP, ICMP, proto, frag */ member 444 int link_type) in StartPointIn() argument 449 if (link_type != LINK_PPTP) in StartPointIn() 451 n += link_type; in StartPointIn() 458 u_short src_port, u_short dst_port, int link_type) in StartPointOut() argument 464 if (link_type != LINK_PPTP) { in StartPointOut() 468 n += link_type; in StartPointOut() 653 link->link_type, 0); in GetNewPort() 667 && ((link->link_type == LINK_TCP) || in GetNewPort() 668 (link->link_type == LINK_UDP))) in GetNewPort() [all …]
|
| /dragonfly/sys/netgraph7/bluetooth/hci/ |
| HD | ng_hci_ulpi.c | 88 if (((ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data))->link_type == NG_HCI_LINK_ACL) in ng_hci_lp_con_req() 178 cfm->link_type = con->link_type; in ng_hci_lp_acl_con_req() 330 if (acl_con->link_type == NG_HCI_LINK_ACL && in ng_hci_lp_sco_con_req() 376 if (sco_con->link_type == NG_HCI_LINK_SCO && in ng_hci_lp_sco_con_req() 581 if (con->link_type == NG_HCI_LINK_ACL && in ng_hci_lp_con_cfm() 589 ep->link_type = con->link_type; in ng_hci_lp_con_cfm() 612 ep->link_type = con->link_type; in ng_hci_lp_con_cfm() 649 if (con->link_type == NG_HCI_LINK_ACL) in ng_hci_lp_con_ind() 661 ep->link_type = con->link_type; in ng_hci_lp_con_ind() 751 if (con->link_type == ep->link_type && in ng_hci_lp_con_rsp() [all …]
|
| HD | ng_hci_evnt.c | 249 send_data_packets(ng_hci_unit_p unit, int link_type, int limit) in send_data_packets() argument 265 if (con->link_type != link_type) in send_data_packets() 353 hook = (con->link_type == NG_HCI_LINK_ACL)? unit->acl : unit->sco; in sync_con_queue() 454 if (con->link_type == ep->link_type && in con_compl() 479 con = ng_hci_new_con(unit, ep->link_type); in con_compl() 511 if (ep->link_type == NG_HCI_LINK_ACL) { in con_compl() 614 if (con->link_type == ep->link_type && in con_req() 621 con = ng_hci_new_con(unit, ep->link_type); in con_req() 711 } else if (con->link_type != NG_HCI_LINK_ACL) { in encryption_change() 715 con->link_type); in encryption_change() [all …]
|
| HD | ng_hci_misc.c | 254 ng_hci_new_con(ng_hci_unit_p unit, int link_type) in ng_hci_new_con() argument 284 con->link_type = link_type; in ng_hci_new_con() 286 if (con->link_type == NG_HCI_LINK_ACL) in ng_hci_new_con() 315 if (con->link_type == NG_HCI_LINK_ACL) in ng_hci_free_con() 347 ng_hci_con_by_bdaddr(ng_hci_unit_p unit, bdaddr_p bdaddr, int link_type) in ng_hci_con_by_bdaddr() argument 352 if (con->link_type == link_type && in ng_hci_con_by_bdaddr()
|
| HD | ng_hci_main.c | 527 e2->link_type = c->link_type; in ng_hci_default_rcvmsg() 839 if (con->link_type != NG_HCI_LINK_ACL) { in ng_hci_acl_rcvdata() 843 con_handle, con->link_type); in ng_hci_acl_rcvdata() 959 if (con->link_type != NG_HCI_LINK_SCO) { in ng_hci_sco_rcvdata() 963 con_handle, con->link_type); in ng_hci_sco_rcvdata()
|
| HD | ng_hci_cmds.c | 504 } else if (con->link_type != NG_HCI_LINK_ACL) { in process_link_policy_params() 507 con->link_type); in process_link_policy_params()
|
| HD | ng_hci_var.h | 183 u_int8_t link_type; /* ACL or SCO */ member
|
| /dragonfly/sys/netgraph7/bluetooth/include/ |
| HD | ng_hci.h | 396 u_int16_t link_type; /* type of connection */ member 416 u_int8_t link_type; /* link type */ member 424 u_int8_t link_type; /* link type */ member 433 u_int8_t link_type; /* link type */ member 441 u_int8_t link_type; /* link type */ member 566 u_int8_t link_type; /* ACL or SCO */ member 1460 u_int8_t link_type; /* Link type */ member 1468 u_int8_t link_type; /* link type */ member 1618 u_int8_t link_type; /* Link type */ member
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-lmp.c | 435 u_int link_type; in lmp_print() local 1027 link_type = GET_U_1(obj_tptr); in lmp_print() 1031 "Unknown", link_type), in lmp_print() 1032 link_type); in lmp_print() 1034 switch (link_type) { in lmp_print()
|
| HD | print-olsr.c | 325 uint8_t link_type, neighbor_type; in olsr_print() local 452 link_type = OLSR_EXTRACT_LINK_TYPE(GET_U_1(ptr.hello_link->link_code)); in olsr_print() 460 tok2str(olsr_link_type_values, "Unknown", link_type), in olsr_print()
|
| HD | print-ospf6.c | 160 nd_uint8_t link_type; member 505 switch (GET_U_1(rlp->link_type)) { in ospf6_print_lsa() 533 GET_U_1(rlp->link_type)); in ospf6_print_lsa()
|
| HD | ospf.h | 154 nd_uint8_t link_type; member
|
| HD | print-ospf.c | 655 switch (GET_U_1(rlp->un_tos.link.link_type)) { in ospf_print_lsa() 683 GET_U_1(rlp->un_tos.link.link_type)); in ospf_print_lsa()
|
| /dragonfly/contrib/libpcap/ |
| HD | pcap-airpcap.c | 760 AirpcapLinkType link_type; in airpcap_activate() local 860 if (!p_AirpcapGetLinkType(pa->adapter, &link_type)) { in airpcap_activate() 867 switch (link_type) { in airpcap_activate() 886 link_type); in airpcap_activate()
|
| /dragonfly/sys/netbt/ |
| HD | hci_event.c | 531 (ep.link_type == HCI_LINK_ACL ? "ACL" : "SCO"), in hci_event_con_compl() 536 link = hci_link_lookup_bdaddr(unit, &ep.bdaddr, ep.link_type); in hci_event_con_compl() 583 if (ep.link_type == HCI_LINK_ACL) { in hci_event_con_compl() 658 ep.link_type == HCI_LINK_ACL ? "ACL" : "SCO"); in hci_event_con_req() 660 if (ep.link_type == HCI_LINK_ACL) in hci_event_con_req()
|
| HD | hci.h | 1876 uint8_t link_type; /* Link type */ member 1884 uint8_t link_type; /* link type */ member 2032 uint8_t link_type; /* Link type */ member 2115 uint8_t link_type; /* link type */ member
|
| /dragonfly/sys/netgraph7/bluetooth/l2cap/ |
| HD | ng_l2cap_llpi.c | 111 ep->link_type = NG_HCI_LINK_ACL; in ng_l2cap_lp_con_req() 261 rp->link_type = NG_HCI_LINK_ACL; in ng_l2cap_lp_con_ind()
|