]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Include/Library/NetLib.h
MdeModulePkg: Define a general function to create DNS QName
authorJiaxin Wu <jiaxin.wu@intel.com>
Thu, 21 Jan 2016 17:35:58 +0000 (01:35 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Thu, 18 Feb 2016 05:07:56 +0000 (13:07 +0800)
commitdba6e9a935dc6728f1f29af103dab3dbcb695167
tree3a82c53428f7894156193ff24db95a1d3d636b7a
parent6cc7ada465a7c5a6dab6e32abd5a4b6f1734c1d0
MdeModulePkg: Define a general function to create DNS QName

This patch is used to define a general function to create
DNS QName.
QName is a domain name represented as a sequence
of labels, where each label consists of a length octet
followed by that number of octets. The domain name terminates
with the zero length octet for the null label of the root.

Cc: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com>
Cc: El-Haj-Mahmoud Samer <samer.el-haj-mahmoud@hpe.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
MdeModulePkg/Include/Library/NetLib.h
MdeModulePkg/Library/DxeNetLib/DxeNetLib.c