Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dpxechn.c827 pxe_bootp_t *bootp0, *bootp1; in pxechn_args() local
835 bootp1 = (pxe_bootp_t *)(pxe->p[5].data); in pxechn_args()
843 pxe->gip = bootp1->gip; in pxechn_args()
849 bootp1->sip = pxe->sip; in pxechn_args()
863 bootp1->sip = pxe_dns(str); in pxechn_args()
867 bootp1->sip = pxe->fip; in pxechn_args()
870 bootp1->sip = pxe->fip; in pxechn_args()
872 bootp1->gip = pxe->gip; in pxechn_args()
874 ret = dhcp_pack_packet(bootp1, (size_t *)&(pxe->p[5].len), opts); in pxechn_args()