Searched refs:pkt_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c181 cp.pkt_type = htole16( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 |
231 cp.pkt_type = (n0 & 0xffff);
232 cp.pkt_type = htole16(cp.pkt_type);
376 cp.pkt_type = htole16(NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3);
389 cp.pkt_type = (uint16_t) (n & 0x0fff);
390 cp.pkt_type = htole16(cp.pkt_type);
468 cp.pkt_type = (uint16_t) (n & 0xffff);
469 cp.pkt_type
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c255 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1);
257 req->cp.pkt_type |= (NG_HCI_PKT_DM3|NG_HCI_PKT_DH3);
259 req->cp.pkt_type |= (NG_HCI_PKT_DM5|NG_HCI_PKT_DH5);
261 req->cp.pkt_type &= unit->packet_mask;
262 if ((req->cp.pkt_type & (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1|
265 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1);
267 req->cp.pkt_type = htole16(req->cp.pkt_type);
448 req->cp.pkt_type = NG_HCI_PKT_HV1;
450 req->cp.pkt_type |
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-int.h372 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h656 u_int16_t pkt_type; /* packet type */ member in struct:__anon155
674 u_int16_t pkt_type; /* packet type */ member in struct:__anon157
738 u_int16_t pkt_type; /* packet type */ member in struct:__anon168
1917 u_int16_t pkt_type; /* packet type */ member in struct:__anon327
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c865 uint32_t pkt_type; local
867 pkt_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_TYPE);
868 if (pkt_type >= FSE_AZ_RX_EV_PKT_TYPE_VLAN)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-juniper.c587 uint8_t pkt_type; member in struct:juniper_monitor_header
606 mh->pkt_type));
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h2602 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe::__anon7470::__anon7471
2632 uint32_t pkt_type:2;
2684 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe_v1::__anon7472::__anon7473
2713 uint32_t pkt_type:2;
H A Doce_if.c1804 if (cqe->u0.s.pkt_type == OCE_MULTICAST_PACKET)
1806 if (cqe->u0.s.pkt_type == OCE_UNICAST_PACKET)
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c265 u32 pkt_type:2; member in struct:filter_info
3084 p->pkt_type = f->proto;
3119 p->pkt_type = 1;
3160 f->proto = p->pkt_type;
3305 V_PKT_TYPE(f->pkt_type) | V_OPT1_VLAN(f->vlan) |
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1285 static const char *pkt_type[] = { "*", "tcp", "udp", "frag" }; local
1331 printf("%4s ", pkt_type[op.proto]);

Completed in 303 milliseconds