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

  /external/syslinux/com32/include/
dhcp.h 32 int dhcp_pack_packet(void *packet, size_t *len,
  /external/syslinux/com32/lib/
dhcppack.c 91 int dhcp_pack_packet(void *packet, size_t *len, function
  /external/syslinux/com32/modules/
pxechn.c 874 ret = dhcp_pack_packet(bootp1, (size_t *)&(pxe->p[5].len), opts);
877 return -ret; /* dhcp_pack_packet always returns positive errors */
1004 rv = dhcp_pack_packet(p[5], (size_t *)&(pxe.p[5].len), pxe.opts[2]);

Completed in 357 milliseconds