ic_bootp_cookie   648 net/ipv4/ipconfig.c static const u8 ic_bootp_cookie[4] = { 99, 130, 83, 99 };
ic_bootp_cookie   662 net/ipv4/ipconfig.c 	memcpy(e, ic_bootp_cookie, 4);	/* RFC1048 Magic Cookie */
ic_bootp_cookie   735 net/ipv4/ipconfig.c 	memcpy(e, ic_bootp_cookie, 4);	/* RFC1048 Magic Cookie */
ic_bootp_cookie  1044 net/ipv4/ipconfig.c 	    !memcmp(b->exten, ic_bootp_cookie, 4)) { /* Check magic cookie */