Searched refs:_eom (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_parse.c127 handle->_eom = eom;
185 b = skiprr(handle->_msg, handle->_eom, section,
193 b = dn_expand(handle->_msg, handle->_eom,
198 if (handle->_msg_ptr + NS_INT16SZ > handle->_eom)
201 if (handle->_msg_ptr + NS_INT16SZ > handle->_eom)
209 if (handle->_msg_ptr + NS_INT32SZ > handle->_eom)
212 if (handle->_msg_ptr + NS_INT16SZ > handle->_eom)
215 if (handle->_msg_ptr + rr->rdlength > handle->_eom)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser.h116 const u_char *_msg, *_eom; member in struct:__ns_msg
136 #define ns_msg_end(handle) ((handle)._eom + 0)
137 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg))

Completed in 35 milliseconds