Home
last modified time | relevance | path

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

/external/grub/netboot/
Dmain.c1036 if (TAG_LEN (p) >= sizeof (in_addr)) in decode_rfc1533()
1056 && TAG_LEN(p) >= 6 in decode_rfc1533()
1064 int l = TAG_LEN (p); in decode_rfc1533()
1077 p += TAG_LEN (p) + 2; in decode_rfc1533()
1087 int fnamelen = TAG_LEN (extpath); in decode_rfc1533()
Detherboot.h137 #define TAG_LEN(p) (*((p) + 1)) macro