Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c2114 u_int8_t *next_tlv = (u_int8_t *)(cursor + sizeof(type) + sizeof(length) + length); in necp_buffer_write_tlv_validate() local
2115 if (next_tlv <= buffer || // make sure the next TLV start doesn't overflow in necp_buffer_write_tlv_validate()
2116 …(uintptr_t)(next_tlv - buffer) > buffer_length) { // make sure the next TLV has enough room in… in necp_buffer_write_tlv_validate()
2135 u_int8_t * __indexable next_tlv = (u_int8_t *)(cursor + sizeof(type) + sizeof(length) + length); variable
2150 return next_tlv;
2163 u_int8_t *next_tlv = (u_int8_t *)(cursor + sizeof(type) + sizeof(length) + length); variable
2170 return next_tlv;
2184 u_int8_t *next_tlv = (u_int8_t *)(cursor + sizeof(type) + sizeof(flags) + sizeof(length) + length); variable
2194 return next_tlv;