Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h129 uint8_t bp_op; member
147 uint8_t bp_op; member
H A Dnic.c543 if (bootpreply->bp_op != BOOTP_REPLY) in await_bootp()
585 ip.bp.bp_op = BOOTP_REQUEST; in bootp()
640 if (dhcpreply->bp_op != BOOTP_REPLY) in await_dhcp()
686 ip.bp.bp_op = BOOTP_REQUEST; in dhcp()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h27 unsigned char bp_op; /* packet opcode type */ member
H A Dbootp.c152 bp->bp_op = BOOTREQUEST; in bootp()
324 if (bp->bp_op == BOOTREPLY && in bootprecv()