Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c47 static unsigned char rfc1533_cookie_bootp[5] = { RFC1533_COOKIE, RFC1533_END };
66 RFC1533_HOSTNAME, RFC1533_EXTENSIONPATH, RFC1533_END
91 RFC1533_END
1018 } else if (*p == RFC1533_END) in find_vci_etherboot()
1055 *extdata = RFC1533_END; in decode_rfc1533()
1068 else if (c == RFC1533_END) { in decode_rfc1533()
1117 *extdata = RFC1533_END; in decode_rfc1533()
H A Dbootp.h121 #define RFC1533_END 255 macro