Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/udp/
Ddhcp.c258 struct in_addr *pxe_attempt; member
841 peer->sin_addr = *(dhcp->pxe_attempt); in dhcp_pxebs_tx()
950 dhcp->pxe_attempt++; in dhcp_pxebs_expired()
951 if ( dhcp->pxe_attempt->s_addr ) { in dhcp_pxebs_expired()
1534 dhcp->pxe_attempt = ip; in start_pxebs()
1551 if ( ! dhcp->pxe_attempt->s_addr ) { in start_pxebs()
1560 for ( ip = dhcp->pxe_attempt ; ip->s_addr ; ip++ ) in start_pxebs()