Home
last modified time | relevance | path

Searched refs:dhcp_max_packet (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/fs/pxe/
Dbios.c396 const size_t dhcp_max_packet = 4096; in net_parse_dhcp() local
398 bp = lmalloc(dhcp_max_packet); in net_parse_dhcp()
416 pkt_len = pxe_get_cached_info(1, bp, dhcp_max_packet); in net_parse_dhcp()
434 pkt_len = pxe_get_cached_info(2, bp, dhcp_max_packet); in net_parse_dhcp()
449 pkt_len = pxe_get_cached_info(3, bp, dhcp_max_packet); in net_parse_dhcp()