HomeSort by relevance Sort by last modified time
    Searched refs:bootmagic (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/common/net/dhcp/
scan.c 39 static uint8_t bootmagic[] = BOOTMAGIC; variable
121 bcmp(pl->pkt->cookie, bootmagic, sizeof (pl->pkt->cookie)) != 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dhcp.c 48 static unsigned char bootmagic[] = BOOTMAGIC; /* rfc 1048 */ variable
137 if ((memcmp(dp->cookie, bootmagic, sizeof (bootmagic)) == 0) &&
203 if (memcmp(dp->cookie, bootmagic, sizeof (bootmagic)) != 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
packet.c 218 static uint8_t bootmagic[] = BOOTMAGIC; local
237 (void) memcpy(v4->cookie, bootmagic, sizeof (bootmagic));
    [all...]

Completed in 420 milliseconds