Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h55 #define BOOTREPLY 2 macro
H A Dbootp.c324 if (bp->bp_op == BOOTREPLY && in bootprecv()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h226 #define BOOTREPLY (2) /* BOOTP REPLY opcode */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c148 case BOOTREPLY: in interpret_dhcp()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c260 if (r->op == BOOTREPLY && r->xid == s->xid && in bootp_collect()