Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1020 p += TAG_LEN(p) + 2; in find_vci_etherboot()
1078 if (TAG_LEN(p) >= sizeof(in_addr)) in decode_rfc1533()
1092 int l = TAG_LEN (p); in decode_rfc1533()
1110 p += TAG_LEN(p) + 2; in decode_rfc1533()
1115 if (TAG_LEN(extpath) >= sizeof(fname)){ in decode_rfc1533()
1120 memcpy(fname, extpath+2, TAG_LEN(extpath)); in decode_rfc1533()
1121 fname[(int)TAG_LEN(extpath)] = '\0'; in decode_rfc1533()
H A Dbootp.h33 #define TAG_LEN(p) (*((p)+1)) macro