Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h227 #define BOOTMAGIC { 99, 130, 83, 99 } /* rfc1048 magic cookie */ macro
/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c37 static uint8_t bootmagic[] = BOOTMAGIC;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c48 static unsigned char bootmagic[] = BOOTMAGIC; /* rfc 1048 */
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c59 static const uint8_t magic[] = BOOTMAGIC; /* RFC1048 */
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c219 static uint8_t bootmagic[] = BOOTMAGIC; in init_pkt()