/freebsd/sys/dev/mii/ |
H A D | miidevs | 35 * For a complete list see http://standards-oui.ieee.org/ 44 * If a vendor uses a different mapping, an "xx" prefixed OUI is defined here 48 oui AGERE 0x00053d Agere Systems 49 oui ALTIMA 0x0010a9 Altima Communications 50 oui AMD 0x00001a Advanced Micro Devices 51 oui BROADCOM 0x001018 Broadcom Corporation 52 oui BROADCOM2 0x000af7 Broadcom Corporation 53 oui BROADCOM3 0x001be9 Broadcom Corporation 54 oui BROADCOM4 0x18c086 Broadcom Corporation 55 oui CICADA 0x0003f1 Cicada Semiconductor [all …]
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.c | 63 uint8_t oui[3]; member 78 uint32_t oui; member 907 uint8_t oui[3], long method_mask[]) in umad_register_oui() 911 TRACE("fd %d mgmt_class %u rmpp_version %d oui 0x%x%x%x method_mask %p", in umad_register_oui() 912 fd, mgmt_class, (int)rmpp_version, (int)oui[0], (int)oui[1], in umad_register_oui() 913 (int)oui[2], method_mask); in umad_register_oui() 923 memcpy(req.oui, oui, sizeof req.oui); in umad_register_oui() 935 ("fd %d registered to use agent %d qp %d class 0x%x oui %p", in umad_register_oui() 936 fd, req.id, req.qpn, req.mgmt_class, oui); in umad_register_oui() 940 DEBUG("fd %d registering qp %d class 0x%x version %d oui %p failed: %m", in umad_register_oui() [all …]
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibsysstat.c | 71 static int server = 0, oui = IB_OPENIB_OUI; variable 100 rpc.oui = mad_get_field(mad, 0, IB_VEND2_OUI_F); in server_respond() 234 rpc.oui = oui; in ibsystat() 284 oui = strtoul(optarg, 0, 0); in process_opt() 313 {"oui", 'o', 1, NULL, "use specified OUI number"}, in main() 337 if (mad_register_server_via(sysstat_class, 1, 0, oui, srcport) < in main()
|
H A D | ibping.c | 108 static int oui = IB_OPENIB_OUI; variable 124 call.oui = oui; in ibping() 182 oui = strtoul(optarg, 0, 0); in process_opt() 211 {"oui", 'o', 1, NULL, "use specified OUI number"}, in main() 232 if (mad_register_server_via(ping_class, 0, 0, oui, srcport) < 0) in main()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wmm.c | 116 wmm->oui[0] = 0x00; in hostapd_eid_wmm() 117 wmm->oui[1] = 0x50; in hostapd_eid_wmm() 118 wmm->oui[2] = 0xf2; in hostapd_eid_wmm() 167 wpa_printf(MSG_DEBUG, "Validating WMM IE: OUI %02x:%02x:%02x " in hostapd_eid_wmm_valid() 168 "OUI type %d OUI sub-type %d version %d QoS info 0x%x", in hostapd_eid_wmm_valid() 169 wmm->oui[0], wmm->oui[1], wmm->oui[2], wmm->oui_type, in hostapd_eid_wmm_valid()
|
H A D | eth_p_oui.c | 2 * hostapd / IEEE 802 OUI Extended EtherType 88-B7 18 * See IEEE Std 802-2014, Clause 9.2.4 for the definition of the OUI Extended 19 * EtherType 88-B7. This file implements this with OUI 00:13:74 and 35 u8 oui_suffix; /* last byte of OUI */ 67 /* verify OUI and vendor-specific subtype match */ in eth_p_rx()
|
H A D | eth_p_oui.h | 2 * hostapd / IEEE 802 OUI Extended Ethertype 15 /* rx_callback only gets payload after OUI passed as buf */
|
/freebsd/contrib/ofed/libibmad/ |
H A D | register.c | 135 uint8_t oui[3]; in mad_register_server_via() local 158 oui[0] = (class_oui >> 16) & 0xff; in mad_register_server_via() 159 oui[1] = (class_oui >> 8) & 0xff; in mad_register_server_via() 160 oui[2] = class_oui & 0xff; in mad_register_server_via() 163 oui, class_method_mask)) < 0) { in mad_register_server_via()
|
H A D | vendor.c | 94 rpc.oui = call->oui; in ib_vendor_call_via()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_mad.h | 180 * @oui: Indicates IEEE OUI when mgmt_class is a vendor class 191 __u8 oui[3]; member 212 * @oui - Indicates IEEE OUI to use when mgmt_class is a vendor 229 __u32 oui; member
|
/freebsd/contrib/wpa/src/utils/ |
H A D | radiotap.c | 167 uint32_t oui, uint8_t subns) in find_ns() argument 177 if (iterator->_vns->ns[i].oui != oui) in find_ns() 240 uint32_t oui; in ieee80211_radiotap_iterator_next() local 312 oui = (*iterator->_arg << 16) | in ieee80211_radiotap_iterator_next() 317 find_ns(iterator, oui, subns); in ieee80211_radiotap_iterator_next()
|
/freebsd/share/msgdef/ |
H A D | fr_FR.ISO8859-15.src | 13 oui:o:OUI:O:yes:y:YES:Y
|
/freebsd/share/msgdef_unicode/ |
H A D | fr_FR.UTF-8.src | 13 oui:o:OUI:O:yes:y:YES:Y
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_mad.c | 158 static int is_vendor_oui(char *oui) in is_vendor_oui() argument 160 if (oui[0] || oui[1] || oui[2]) in is_vendor_oui() 173 if (!memcmp(vendor_class->oui[i], mad_reg_req->oui, 3)) { in is_vendor_method_in_use() 276 * ensure supplied OUI is not zero in ib_register_mad_agent() 278 if (!is_vendor_oui(mad_reg_req->oui)) { in ib_register_mad_agent() 280 "ib_register_mad_agent: No OUI specified for class 0x%x\n", in ib_register_mad_agent() 1409 const char *oui) in find_vendor_oui() argument 1414 /* Is there matching OUI for this vendor class ? */ in find_vendor_oui() 1415 if (!memcmp(vendor_class->oui[i], oui, 3)) in find_vendor_oui() 1516 /* "New" vendor (with OUI) class */ in add_oui_reg_req() [all …]
|
H A D | ib_user_mad.c | 674 memcpy(req.oui, ureq.oui, sizeof req.oui); in ib_umad_reg_agent() 791 if (ureq.oui & 0xff000000) { in ib_umad_reg_agent2() 793 "ib_umad_reg_agent2 failed: oui invalid 0x%08x\n", in ib_umad_reg_agent2() 794 ureq.oui); in ib_umad_reg_agent2() 798 req.oui[2] = ureq.oui & 0x0000ff; in ib_umad_reg_agent2() 799 req.oui[1] = (ureq.oui & 0x00ff00) >> 8; in ib_umad_reg_agent2() 800 req.oui[0] = (ureq.oui & 0xff0000) >> 16; in ib_umad_reg_agent2()
|
/freebsd/contrib/tcpdump/ |
H A D | print-llc.c | 37 #include "oui.h" 126 uint32_t oui; member 144 * header with an unknown OUI/PID combination), returns the *negative* 412 if (otp->oui == orgcode) { in oui_to_struct_tok() 442 ND_PRINT("oui %s (0x%06x), %s %s (0x%04x), length %u: ", in snap_print() 587 * Print the SNAP header, but if the OUI is 000000, don't in snap_print() 596 ND_PRINT("SNAP, oui %s (0x%06x), pid %s (0x%04x), length %u: ", in snap_print()
|
H A D | oui.c | 20 #include "oui.h" 22 /* FIXME complete OUI list using a script */
|
H A D | print-slow.c | 31 #include "oui.h" 84 nd_uint24_t oui; member 586 ND_PRINT("\n\t OUI %s (0x%06x), Vendor-Private 0x%08x", in slow_oam_print() 588 GET_BE_U_3(tlv.slow_oam_info->oui)), in slow_oam_print() 589 GET_BE_U_3(tlv.slow_oam_info->oui), in slow_oam_print()
|
/freebsd/contrib/wpa/src/common/ |
H A D | brcm_vendor.h | 2 * Broadcom Corporation OUI and vendor specific assignments 14 * OUI 00:10:18 for purposes other than MAC address assignment. New identifiers
|
/freebsd/sys/netgraph/ |
H A D | ng_rfc1490.c | 285 * -------------------- OUI 404 * HDLC_UI PAD NLIPID OUI PID in ng_rfc1490_rcvdata() 413 bzero((char *)(mtod(m, u_char *) + 3), 3); /* OUI 0-0-0 */ in ng_rfc1490_rcvdata() 426 M_PREPEND(m, 8, M_NOWAIT); /* Prepend NLPID, OUI, PID */ in ng_rfc1490_rcvdata() 432 mtod(m, u_char *)[3] = 0x00; /* OUI */ in ng_rfc1490_rcvdata()
|
/freebsd/contrib/ofed/infiniband-diags/man/ |
H A D | ibping.8 | 50 \fB\-o, \-\-oui\fP 51 use specified OUI number to multiplex vendor mads
|
H A D | ibsysstat.8 | 59 .B \fB\-o, \-\-oui\fP 60 use specified OUI number to multiplex vendor mads
|
/freebsd/sys/ofed/drivers/infiniband/util/ |
H A D | madeye.c | 500 /* Display OUI */ in recv_gsi_handler() 503 printk("Vendor OUI......%01x %01x %01x\n", in recv_gsi_handler() 504 vendor_mad->oui[0], in recv_gsi_handler() 505 vendor_mad->oui[1], in recv_gsi_handler() 506 vendor_mad->oui[2]); in recv_gsi_handler()
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x.c | 94 uint32_t oui, model, phy_id1, phy_id2; in ip17x_probe() local 112 oui = MII_OUI(phy_id1, phy_id2); in ip17x_probe() 115 if (oui != IP17X_OUI) { in ip17x_probe() 117 "Unsupported IC+ switch. Unknown OUI: %#x\n", oui); in ip17x_probe()
|
/freebsd/sys/tools/ |
H A D | miidevs2h.awk | 102 $1 == "oui" { 118 models[nmodels, 1] = $2; # oui name
|