Lines Matching refs:e2

466 			ng_hci_node_neighbor_cache_entry_ep	*e2 = NULL;  in ng_hci_default_rcvmsg()  local
484 NG_MKRESPONSE(rsp, msg, sizeof(*e1) + s * sizeof(*e2), in ng_hci_default_rcvmsg()
492 e2 = (ng_hci_node_neighbor_cache_entry_ep *)(e1 + 1); in ng_hci_default_rcvmsg()
497 e2->page_scan_rep_mode = n->page_scan_rep_mode; in ng_hci_default_rcvmsg()
498 e2->page_scan_mode = n->page_scan_mode; in ng_hci_default_rcvmsg()
499 e2->clock_offset = n->clock_offset; in ng_hci_default_rcvmsg()
500 e2->addrtype = in ng_hci_default_rcvmsg()
502 e2->extinq_size = n->extinq_size; in ng_hci_default_rcvmsg()
503 bcopy(&n->bdaddr, &e2->bdaddr, in ng_hci_default_rcvmsg()
504 sizeof(e2->bdaddr)); in ng_hci_default_rcvmsg()
505 bcopy(&n->features, &e2->features, in ng_hci_default_rcvmsg()
506 sizeof(e2->features)); in ng_hci_default_rcvmsg()
507 bcopy(&n->extinq_data, &e2->extinq_data, in ng_hci_default_rcvmsg()
509 e2 ++; in ng_hci_default_rcvmsg()
519 ng_hci_node_con_ep *e2 = NULL; in ng_hci_default_rcvmsg() local
529 NG_MKRESPONSE(rsp, msg, sizeof(*e1) + s * sizeof(*e2), in ng_hci_default_rcvmsg()
537 e2 = (ng_hci_node_con_ep *)(e1 + 1); in ng_hci_default_rcvmsg()
542 e2->link_type = c->link_type; in ng_hci_default_rcvmsg()
543 e2->encryption_mode= c->encryption_mode; in ng_hci_default_rcvmsg()
544 e2->mode = c->mode; in ng_hci_default_rcvmsg()
545 e2->role = c->role; in ng_hci_default_rcvmsg()
547 e2->state = c->state; in ng_hci_default_rcvmsg()
549 e2->pending = c->pending; in ng_hci_default_rcvmsg()
550 e2->queue_len = NG_BT_ITEMQ_LEN(&c->conq); in ng_hci_default_rcvmsg()
552 e2->con_handle = c->con_handle; in ng_hci_default_rcvmsg()
553 bcopy(&c->bdaddr, &e2->bdaddr, in ng_hci_default_rcvmsg()
554 sizeof(e2->bdaddr)); in ng_hci_default_rcvmsg()
556 e2 ++; in ng_hci_default_rcvmsg()