Searched refs:bootmagic (Results 1 – 3 of 3) sorted by relevance
48 static unsigned char bootmagic[] = BOOTMAGIC; /* rfc 1048 */ variable135 if ((memcmp(dp->cookie, bootmagic, sizeof (bootmagic)) == 0) && in interpret_dhcp()201 if (memcmp(dp->cookie, bootmagic, sizeof (bootmagic)) != 0) { in interpret_dhcp()
39 static uint8_t bootmagic[] = BOOTMAGIC; variable121 bcmp(pl->pkt->cookie, bootmagic, sizeof (pl->pkt->cookie)) != 0) { in dhcp_options_scan()
218 static uint8_t bootmagic[] = BOOTMAGIC; in init_pkt() local237 (void) memcpy(v4->cookie, bootmagic, sizeof (bootmagic)); in init_pkt()