Home
last modified time | relevance | path

Searched refs:RFC1533_END (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp/
Dbootp.c124 } else if (tag == RFC1533_END) { in dhcp_decode()
310 *q++ = RFC1533_END; in bootp_reply()
Dbootp.h91 #define RFC1533_END 255 macro
/external/qemu/slirp-android/
Dbootp.c129 } else if (tag == RFC1533_END) { in dhcp_decode()
314 *q++ = RFC1533_END; in bootp_reply()
Dbootp.h91 #define RFC1533_END 255 macro
/external/grub/netboot/
Dmain.c70 static unsigned char rfc1533_cookie[5] = {RFC1533_COOKIE, RFC1533_END};
78 static unsigned char rfc1533_end[] = {RFC1533_END};
1002 *extdata = RFC1533_END; in decode_rfc1533()
1022 else if (c == RFC1533_END) in decode_rfc1533()
Detherboot.h217 #define RFC1533_END 255 macro