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

/freebsd-9.3-release/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c178 cp.pkt_type = htole16( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 |
228 cp.pkt_type = (n0 & 0xffff);
229 cp.pkt_type = htole16(cp.pkt_type);
373 cp.pkt_type = htole16(NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3);
386 cp.pkt_type = (uint16_t) (n & 0x0fff);
387 cp.pkt_type = htole16(cp.pkt_type);
465 cp.pkt_type = (uint16_t) (n & 0xffff);
466 cp.pkt_type
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c243 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1);
245 req->cp.pkt_type |= (NG_HCI_PKT_DM3|NG_HCI_PKT_DH3);
247 req->cp.pkt_type |= (NG_HCI_PKT_DM5|NG_HCI_PKT_DH5);
249 req->cp.pkt_type &= unit->packet_mask;
250 if ((req->cp.pkt_type & (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1|
253 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1);
255 req->cp.pkt_type = htole16(req->cp.pkt_type);
436 req->cp.pkt_type = NG_HCI_PKT_HV1;
438 req->cp.pkt_type |
[all...]
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dmain.c95 void process(int fd, int pkt_type);
274 process(fd, pkt_type)
276 int pkt_type;
309 switch(pkt_type) {
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-int.h409 unsigned char pkt_type; member in struct:pcap_sf_patched_pkthdr
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h647 u_int16_t pkt_type; /* packet type */ member in struct:__anon9683
665 u_int16_t pkt_type; /* packet type */ member in struct:__anon9685
729 u_int16_t pkt_type; /* packet type */ member in struct:__anon9696
1638 u_int16_t pkt_type; /* packet type */ member in struct:__anon9820
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_ev.c307 uint32_t pkt_type; local
309 pkt_type = EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_TYPE);
310 if (pkt_type >= FSE_AZ_RX_EV_PKT_TYPE_VLAN)
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-juniper.c577 u_int8_t pkt_type; member in struct:juniper_monitor_header
595 mh->pkt_type);
/freebsd-9.3-release/sys/dev/oce/
H A Doce_hw.h2570 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe::__anon8721::__anon8722
2600 uint32_t pkt_type:2;
2652 uint32_t pkt_type:2; member in struct:oce_nic_rx_cqe_v1::__anon8723::__anon8724
2681 uint32_t pkt_type:2;
H A Doce_if.c1425 if (cqe->u0.s.pkt_type == OCE_MULTICAST_PACKET)
1427 if (cqe->u0.s.pkt_type == OCE_UNICAST_PACKET)
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_main.c268 u32 pkt_type:2; member in struct:filter_info
3031 p->pkt_type = f->proto;
3066 p->pkt_type = 1;
3107 f->proto = p->pkt_type;
3252 V_PKT_TYPE(f->pkt_type) | V_OPT1_VLAN(f->vlan) |
/freebsd-9.3-release/tools/tools/cxgbtool/
H A Dcxgbtool.c1286 static const char *pkt_type[] = { "*", "tcp", "udp", "frag" }; local
1332 printf("%4s ", pkt_type[op.proto]);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c2330 control.pkt_type = PKT_PROBE_RESP;

Completed in 299 milliseconds