Searched refs:ic_bootp_cookie (Results 1 – 1 of 1) sorted by relevance
672 static const u8 ic_bootp_cookie[4] = { 99, 130, 83, 99 }; variable686 memcpy(e, ic_bootp_cookie, 4); /* RFC1048 Magic Cookie */ in ic_dhcp_init_options()759 memcpy(e, ic_bootp_cookie, 4); /* RFC1048 Magic Cookie */ in ic_bootp_init_ext()1071 !memcmp(b->exten, ic_bootp_cookie, 4)) { /* Check magic cookie */ in ic_bootp_recv()