HomeSort by relevance Sort by last modified time
    Searched refs:DHCP_OPTION (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 157 } DHCP_OPTION;
169 DHCP_OPTION *Options;
268 array of DHCP_OPTION and a continuous buffer after the array to put
270 field in DHCP_OPTION structure. At last, it call DhcpIterateOptions
290 OUT DHCP_OPTION **OptionPoint
Dhcp4Option.c 499 DHCP_OPTION *Options;
533 array of DHCP_OPTION and a continuous buffer after the array to put
535 field in DHCP_OPTION structure. At last, it call DhcpIterateOptions
555 OUT DHCP_OPTION **OptionPoint
559 DHCP_OPTION *Options;
614 Options = AllocateZeroPool ((UINTN) (OptNum * sizeof (DHCP_OPTION)) + TotalLen);
660 DHCP_OPTION *AllOption;
661 DHCP_OPTION *Option;
793 DHCP_OPTION *Mark;
794 DHCP_OPTION *SeedOptions;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 440 #define DHCP_OPTION( ... ) VA_ARG_COUNT ( __VA_ARGS__ ), __VA_ARGS__
443 #define DHCP_STRING( ... ) DHCP_OPTION ( __VA_ARGS__ )
446 #define DHCP_BYTE( value ) DHCP_OPTION ( value )
449 #define DHCP_WORD( value ) DHCP_OPTION ( ( ( (value) >> 8 ) & 0xff ), \
453 #define DHCP_DWORD( value ) DHCP_OPTION ( ( ( (value) >> 24 ) & 0xff ), \
459 #define DHCP_ENCAP( ... ) DHCP_OPTION ( __VA_ARGS__, DHCP_END )
468 struct dhcp_option { struct
493 #define DHCP_OPTION_HEADER_LEN ( offsetof ( struct dhcp_option, data ) )
features.h 69 feature_opt, DHCP_OPTION ( __VA_ARGS__ ) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 177 } DHCP_OPTION, *LPDHCP_OPTION;
288 DHCP_OPTION Option;
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 78 DHCP_CLIENT_NDI, DHCP_OPTION ( 1 /* UNDI */ , 2, 1 /* v2.1 */ ),
86 DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_DNS_SERVERS,
    [all...]

Completed in 102 milliseconds