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

  /external/syslinux/gpxe/src/net/
fakedhcp.c 142 if ( ( rc = dhcp_create_packet ( &dhcppkt, netdev, DHCPACK, NULL, 0,
193 if ( ( rc = dhcp_create_packet ( &dhcppkt, netdev, DHCPACK, NULL, 0,
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 617 extern int dhcp_create_packet ( struct dhcp_packet *dhcppkt,
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 1035 int dhcp_create_packet ( struct dhcp_packet *dhcppkt, function
1096 if ( ( rc = dhcp_create_packet ( dhcppkt, netdev, msgtype,
    [all...]

Completed in 916 milliseconds