Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h133 uint32_t bp_xid; member
151 uint32_t bp_xid; member
H A Dnic.c545 if (bootpreply->bp_xid != xid) in await_bootp()
592 ip.bp.bp_xid = xid += htonl(starttime); in bootp()
642 if (dhcpreply->bp_xid != xid) in await_dhcp()
693 ip.bp.bp_xid = xid += htonl(starttime); in dhcp()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h31 unsigned int bp_xid; /* transaction ID */ member
H A Dbootp.c155 bp->bp_xid = htonl(d->xid); in bootp()
302 if (bp->bp_xid != htonl(d->xid)) { in bootprecv()
306 d->xid, ntohl(bp->bp_xid)); in bootprecv()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c429 desc->xid = bootp_response->bp_xid; in pxe_netif_init()