Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h56 #define BOOTREQUEST 1 macro
H A Dbootp.c152 bp->bp_op = BOOTREQUEST; in bootp()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h225 #define BOOTREQUEST (1) /* BOOTP REQUEST opcode */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c144 case BOOTREQUEST: in interpret_dhcp()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c93 pkt->op = BOOTREQUEST; in init_msg()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c260 v4->op = BOOTREQUEST; in init_pkt()