Home | History | Annotate | Download | only in DxeNetLib

Lines Matching defs:VlanId

2016       return ((VLAN_DEVICE_PATH *) Node)->VlanId;

2033 @param[in] VlanId The configured VLAN ID for the VLAN device.
2042 IN UINT16 VlanId
2060 VlanNode.VlanId = VlanId;
2227 UINT16 VlanId;
2263 VlanId = NetLibGetVlanId (ServiceHandle);
2264 if (VlanId != 0) {
2266 String += UnicodeValueToString (String, PREFIX_ZERO | RADIX_HEX, VlanId, 4);