Searched refs:dhcp_option (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | dhcpopts.c | 62 static inline __attribute__ (( always_inline )) struct dhcp_option * 63 dhcp_option ( struct dhcp_options *options, unsigned int offset ) { in dhcp_option() function 64 return ( ( struct dhcp_option * ) ( options->data + offset ) ); in dhcp_option() 76 struct dhcp_option *option ) { in dhcp_option_offset() 86 static unsigned int dhcp_option_len ( struct dhcp_option *option ) { in dhcp_option_len() 118 struct dhcp_option *option; in find_dhcp_option_with_encap() 133 option = dhcp_option ( options, offset ); in find_dhcp_option_with_encap() 187 struct dhcp_option *encapsulator; in resize_dhcp_option() 188 struct dhcp_option *option; in resize_dhcp_option() 221 encapsulator = dhcp_option ( options, encap_offset ); in resize_dhcp_option() [all …]
|
/external/syslinux/com32/lib/ |
D | dhcppack.c | 18 struct dhcp_option opt[256]) in dhcp_pack_field_zero() 78 struct dhcp_option opt[256]) in dhcp_pack_field() 80 struct dhcp_option ox[256]; in dhcp_pack_field() 92 const struct dhcp_option opt[256]) in dhcp_pack_packet() 97 struct dhcp_option ox[256]; in dhcp_pack_packet()
|
D | dhcpunpack.c | 16 struct dhcp_option opt[256]) in dhcp_unpack_field() 60 struct dhcp_option opt[256]) in dhcp_unpack_packet()
|
/external/syslinux/com32/include/ |
D | dhcp.h | 6 struct dhcp_option { struct 33 const struct dhcp_option opt[256]); 36 struct dhcp_option opt[256]);
|
/external/syslinux/core/lwip/src/core/ |
D | dhcp.c | 162 static void dhcp_option(struct dhcp *dhcp, u8_t option_type, u8_t option_len); 281 dhcp_option(dhcp, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OPTION_MAX_MSG_SIZE_LEN); in dhcp_select() 285 dhcp_option(dhcp, DHCP_OPTION_REQUESTED_IP, 4); in dhcp_select() 288 dhcp_option(dhcp, DHCP_OPTION_SERVER_ID, 4); in dhcp_select() 291 dhcp_option(dhcp, DHCP_OPTION_PARAMETER_REQUEST_LIST, 4/*num options*/); in dhcp_select() 303 dhcp_option(dhcp, DHCP_OPTION_HOSTNAME, namelen); in dhcp_select() 736 dhcp_option(&dhcp, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OPTION_MAX_MSG_SIZE_LEN); in dhcp_inform() 838 dhcp_option(dhcp, DHCP_OPTION_REQUESTED_IP, 4); in dhcp_decline() 881 dhcp_option(dhcp, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OPTION_MAX_MSG_SIZE_LEN); in dhcp_discover() 884 dhcp_option(dhcp, DHCP_OPTION_PARAMETER_REQUEST_LIST, 4/*num options*/); in dhcp_discover() [all …]
|
/external/syslinux/com32/modules/ |
D | pxechn.c | 121 struct dhcp_option p[PXECHN_NUM_PKT_AVAIL]; 124 struct dhcp_option opts[PXECHN_NUM_PKT_TYPE][NUM_DHCP_OPTS]; 427 void pxechn_opt_free(struct dhcp_option *opt) in pxechn_opt_free() 544 int pxechn_setopt(struct dhcp_option *opt, void *data, int len) in pxechn_setopt() 563 int pxechn_setopt_str(struct dhcp_option *opt, void *data) in pxechn_setopt_str() 657 int pxechn_parse_setopt(struct dhcp_option opts[], struct dhcp_option *iopt, in pxechn_parse_setopt() 745 struct dhcp_option opts[]) in pxechn_parse_args() 750 struct dhcp_option iopt; in pxechn_parse_args() 829 struct dhcp_option *opts; in pxechn_args()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dhcp.h | 468 struct dhcp_option { struct 493 #define DHCP_OPTION_HEADER_LEN ( offsetof ( struct dhcp_option, data ) ) argument
|
/external/syslinux/efi/ |
D | Makefile | 41 fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o fs/pxe/dhcp_option.o \
|
/external/syslinux/core/ |
D | Makefile | 56 $(addprefix $(SRC)/fs/pxe/, dhcp_option.c pxe.c tftp.c urlparse.c bios.c)
|