Searched refs:RFC1533_COOKIE (Results 1 – 6 of 6) sorted by relevance
/external/qemu/slirp-android/ |
D | bootp.h | 9 #define RFC1533_COOKIE 99, 130, 83, 99 macro
|
D | bootp.c | 44 static const uint8_t rfc1533_cookie[] = { RFC1533_COOKIE };
|
/external/qemu/slirp/ |
D | bootp.h | 9 #define RFC1533_COOKIE 99, 130, 83, 99 macro
|
D | bootp.c | 43 static const uint8_t rfc1533_cookie[] = { RFC1533_COOKIE };
|
/external/grub/netboot/ |
D | etherboot.h | 138 #define RFC1533_COOKIE 99, 130, 83, 99 macro
|
D | main.c | 70 static unsigned char rfc1533_cookie[5] = {RFC1533_COOKIE, RFC1533_END}; 77 static unsigned char rfc1533_cookie[] = {RFC1533_COOKIE};
|