OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetMask
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h
73
IP4_ADDR
NetMask
; // DHCP4_TAG_NETMASK
Dhcp4Option.c
252
Para->
NetMask
= NetGetUint32 (Data);
Dhcp4Io.c
353
Ip = HTONL (DhcpSb->
Netmask
);
399
DhcpSb->
Netmask
= DhcpSb->Para->
NetMask
;
403
if (DhcpSb->
Netmask
== 0) {
450
DhcpSb->
Netmask
= 0;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h
236
#define IP4_NET_EQUAL(Ip1, Ip2,
NetMask
) (((Ip1) & (
NetMask
)) == ((Ip2) & (
NetMask
)))
366
NetMask
is in the host byte order.
368
@param[in]
NetMask
The
netmask
to get the length from.
370
@return The length of the
netmask
, or IP4_MASK_NUM (33) if the mask is invalid.
376
IN IP4_ADDR
NetMask
413
the
netmask
.
415
ASSERT if
NetMask
is zero.
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c
553
NetMask
is in the host byte order.
555
@param[in]
NetMask
The
netmask
to get the length from.
557
@return The length of the
netmask
, IP4_MASK_NUM if the mask is invalid.
563
IN IP4_ADDR
NetMask
569
if (
NetMask
== gIp4AllMasks[Index]) {
636
the
netmask
.
638
ASSERT if
NetMask
is zero.
643
@param[in]
NetMask
The mask of the IP.
652
IN IP4_ADDR
NetMask
[
all
...]
Completed in 735 milliseconds