Searched refs:fc (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DExecFc.s37 fc in0
63 fc.i in0
H A DInternalFlushCacheRange.s82 fc loc3;;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIByteArrayInputStream.idl40 [scriptable, uuid(b5a21556-35fc-4815-aff1-f9142639686e)]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcoe.h14 #include <ipxe/fc.h>
20 struct fc_name fc; member in union:fcoe_name
H A Dfip.h23 #include <ipxe/fc.h>
212 struct fc_frame_header fc; member in struct:fip_els
226 struct fc_frame_header fc; member in struct:fip_login
240 struct fc_frame_header fc; member in struct:fip_logo_request
254 struct fc_frame_header fc; member in struct:fip_logo_response
268 struct fc_frame_header fc; member in struct:fip_elp
284 struct fc_frame_header fc; member in struct:fip_ls_rjt
H A Dfcp.h14 #include <ipxe/fc.h>
H A Dfcns.h14 #include <ipxe/fc.h>
H A Dieee80211.h302 u16 fc; /**< 802.11 Frame Control field */ member in struct:ieee80211_frame
352 u16 fc; /**< 802.11 Frame Control field */ member in struct:ieee80211_rts
364 u16 fc; /**< 802.11 Frame Control field */ member in struct:ieee80211_cts_or_ack
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_ccmp.c82 u16 fc; /**< Frame Control field */ member in struct:ccmp_aad
344 hdr->fc |= IEEE80211_FC_PROTECTED;
359 aad.fc = hdr->fc & CCMP_AAD_FC_MASK;
407 hdr->fc &= ~IEEE80211_FC_PROTECTED;
431 aad.fc = ( hdr->fc & CCMP_AAD_FC_MASK ) | IEEE80211_FC_PROTECTED;
H A Dnet80211.c326 if ( dev->crypto && ! ( hdr->fc & IEEE80211_FC_PROTECTED ) &&
327 ( ( hdr->fc & IEEE80211_FC_TYPE ) == IEEE80211_TYPE_DATA ) ) {
503 hdr->fc = IEEE80211_THIS_VERSION | IEEE80211_TYPE_DATA |
556 if ( ( hdr->fc & IEEE80211_FC_VERSION ) != IEEE80211_THIS_VERSION ) {
558 netdev->priv, hdr->fc & IEEE80211_FC_VERSION );
562 if ( ( hdr->fc & IEEE80211_FC_TYPE ) != IEEE80211_TYPE_DATA ||
563 ( hdr->fc & IEEE80211_FC_SUBTYPE ) != IEEE80211_STYPE_DATA ) {
564 DBGC ( netdev->priv, "802.11 %p packet not data/data (fc=%04x)\n",
565 netdev->priv, hdr->fc );
569 if ( ( hdr->fc
707 net80211_tx_mgmt( struct net80211_device *dev, u16 fc, u8 dest[6], struct io_buffer *iob ) argument
[all...]
H A Dwep.c134 hdr->fc |= IEEE80211_FC_PROTECTED;
183 hdr->fc &= ~IEEE80211_FC_PROTECTED;
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dfcmgmt.c24 #include <ipxe/fc.h>
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h69 } fc; member in struct:ct_data_s
76 #define Freq fc.freq
77 #define Code fc.code
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c352 s8_t fc; local
363 fc = 0;
368 fc = 1;
380 fc = 2;
385 fc = 1;
391 fc = 3;
395 return fc;
H A Dmib2.c1144 u8_t fc, tree, level, del_cnt; local
1165 fc = snmp_mib_node_find(at_rn, arpidx[level], &at_n);
1166 if (fc == 0)
1172 else if (fc == 1)
1179 else if (fc == 2)
1359 u8_t fc, level, del_cnt; local
1371 fc = snmp_mib_node_find(ipa_rn, ipaddridx[level], &ipa_n);
1372 if (fc == 0)
1378 else if (fc == 1)
1385 else if (fc
1520 u8_t fc, level, del_cnt; local
1831 u8_t bindings, fc, level, del_cnt; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c340 s8_t fc; local
351 fc = 0;
356 fc = 1;
368 fc = 2;
373 fc = 1;
379 fc = 3;
383 return fc;
H A Dmib2.c1166 u8_t fc, tree, level, del_cnt; local
1186 fc = snmp_mib_node_find(at_rn, arpidx[level], &at_n);
1187 if (fc == 0)
1193 else if (fc == 1)
1200 else if (fc == 2)
1377 u8_t fc, level, del_cnt; local
1388 fc = snmp_mib_node_find(ipa_rn, ipaddridx[level], &ipa_n);
1389 if (fc == 0)
1395 else if (fc == 1)
1402 else if (fc
1541 u8_t fc, level, del_cnt; local
1850 u8_t bindings, fc, level, del_cnt; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcoe.c39 #include <ipxe/fc.h>
241 offsetof ( typeof ( *fipflogi ), fc ) );
242 memset ( fipflogi, 0, offsetof ( typeof ( *fipflogi ), fc ) );
690 memcpy ( &solicitation->name_id.name, &fcoe->node_wwn.fc,
836 frame = &flogi->fc;
837 frame_len = ( ( flogi->len * 4 ) - offsetof ( typeof ( *flogi ), fc ) );
1062 if ( ( rc = fc_port_open ( &fcoe->transport, &fcoe->node_wwn.fc,
1063 &fcoe->port_wwn.fc,
1143 fc_ntoa ( &fcoe->node_wwn.fc ) );
1144 DBGC ( fcoe, " port %s\n", fc_ntoa ( &fcoe->port_wwn.fc ) );
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dfcmgmt_cmd.c25 #include <ipxe/fc.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintabx.h128 #define GET_WT_PROXIMITY_MPS(h, fc, fh) (WPARAM)(h), MAKELONG(fc, fh)
H A Dhttprequest.idl39 uuid(662901fc-6951-4854-9eb2-d9a2570f2b2e),
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dp80211hdr.h165 /* GET_FC_FTYPE( ieee2host( rx.fc ))) */
167 /* tx.fc = host2ieee( SET_FC_FTYPE(WLAN_FTYP_CTL) | */
228 UINT16 fc; member in struct:p80211_hdr_a3
238 UINT16 fc; member in struct:p80211_hdr_a4
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwintabx.h128 #define GET_WT_PROXIMITY_MPS(h, fc, fh) (WPARAM)(h), MAKELONG(fc, fh)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c385 u16 fc; local
388 fc = hdr->fc;
390 if ((fc & (IEEE80211_FC_TYPE | IEEE80211_FC_SUBTYPE)) == (IEEE80211_TYPE_MGMT | IEEE80211_STYPE_BEACON))
392 else if ((fc & (IEEE80211_FC_TYPE | IEEE80211_FC_SUBTYPE)) == (IEEE80211_TYPE_MGMT | IEEE80211_STYPE_PROBE_RESP))
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dpointer.c230 CARD32 fc, bc, *cp; local
268 fc = color_to_byte (pCurs->foreBlue)
305 *cp++ = fc;

Completed in 120 milliseconds

12