OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFC1533_END
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
bootp.h
91
#define
RFC1533_END
255
bootp.c
124
} else if (tag ==
RFC1533_END
) {
310
*q++ =
RFC1533_END
;
/external/qemu/slirp-android/
bootp.h
91
#define
RFC1533_END
255
bootp.c
129
} else if (tag ==
RFC1533_END
) {
314
*q++ =
RFC1533_END
;
/external/grub/netboot/
etherboot.h
217
#define
RFC1533_END
255
main.c
70
static unsigned char rfc1533_cookie[5] = {RFC1533_COOKIE,
RFC1533_END
};
78
static unsigned char
rfc1533_end
[] = {
RFC1533_END
};
variable
581
rfc1533_end
, sizeof
rfc1533_end
);
634
rfc1533_end
, sizeof
rfc1533_end
);
1002
*extdata =
RFC1533_END
;
1022
else if (c ==
RFC1533_END
)
Completed in 12 milliseconds