Home
last modified time | relevance | path

Searched refs:oui (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dunisap.c205 if (s1->oui == s2->oui && s1->pid == s2->pid) in unisve_overlap_blli_id3()
377 if (blli->oui != sap->blli_id3.oui || in unisve_match()
H A Dunisap.h66 u_int oui:24; /* IEEE 802.1 OUI */ member
H A Dcc_dump.c170 sap->blli_id3.oui, sap->blli_id3.pid); in cc_dump_sap()
H A Dcc_conn.c579 sap->blli_id3.ipi, sap->blli_id3.oui, in print_sap()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dhdmi.h288 unsigned int oui; member
303 unsigned int oui; member
H A Dhdmi.c316 frame->oui = HDMI_IEEE_OUI; in hdmi_vendor_infoframe_init()
403 if (frame->any.oui != HDMI_IEEE_OUI) in hdmi_vendor_any_infoframe_pack()
934 if (frame->any.oui != HDMI_IEEE_OUI) { in hdmi_vendor_any_infoframe_log()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mac.c164 uint32_t oui; in efx_mac_addr_set() local
175 oui = addr[0] << 16 | addr[1] << 8 | addr[2]; in efx_mac_addr_set()
176 if (oui == 0x000000) { in efx_mac_addr_set()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_dcb.c578 u32 oui; in ice_parse_org_tlv() local
581 oui = ((ouisubtype & ICE_LLDP_TLV_OUI_M) >> ICE_LLDP_TLV_OUI_S); in ice_parse_org_tlv()
582 switch (oui) { in ice_parse_org_tlv()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c476 u32 oui; in i40e_parse_org_tlv() local
479 oui = (u32)((ouisubtype & I40E_LLDP_TLV_OUI_MASK) >> in i40e_parse_org_tlv()
481 switch (oui) { in i40e_parse_org_tlv()
H A Di40e_adminq_cmd.h2019 u8 oui[3]; member
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_devcmd.h748 uint8_t oui[3]; member
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c4650 uni_print_entry(cx, "snap", "%06x.%04x", ie->oui, ie->pid); in DEF_IE_PRINT()
4851 if(ie->oui >= (1<<24)) in DEF_IE_CHECK()
4964 APP_BYTE(msg, (ie->oui >> 16)); in DEF_IE_ENCODE()
4965 APP_BYTE(msg, (ie->oui >> 8)); in DEF_IE_ENCODE()
4966 APP_BYTE(msg, (ie->oui >> 0)); in DEF_IE_ENCODE()
5105 ie->oui = *msg->b_rptr++ << 16; in DEF_IE_DECODE()
5106 ie->oui |= *msg->b_rptr++ << 8; in DEF_IE_DECODE()
5107 ie->oui |= *msg->b_rptr++; in DEF_IE_DECODE()
H A Dunistruct.h445 u_int oui; /* OUI bytes */ member
/f-stack/freebsd/net80211/
H A Dieee80211_output.c2178 static const uint8_t oui[4] = { WME_OUI_BYTES, WME_OUI_TYPE }; in ieee80211_add_wme_info() local
2183 memcpy(frm, oui, sizeof(oui)); in ieee80211_add_wme_info()
2184 frm += sizeof(oui); in ieee80211_add_wme_info()