Lines Matching refs:GetDhcpOption
153 const uint8_t *GetDhcpOption(const struct DhcpPacket *packet, int code, size_t *length)
157 DHCP_LOGE("GetDhcpOption failed, packet == nullptr!");
201 DHCP_LOGW("GetDhcpOption options no find code:%{public}d, nIndex:%{public}d!", code, nIndex);
209 const uint8_t *p = GetDhcpOption(packet, code, &len);
211 DHCP_LOGW("GetDhcpOptionUint8 GetDhcpOption nullptr, code:%{public}d!", code);
229 const uint8_t *p = GetDhcpOption(packet, code, &len);
231 DHCP_LOGW("GetDhcpOptionUint32 GetDhcpOption nullptr, code:%{public}d!", code);
253 const uint8_t *p = GetDhcpOption(packet, code, &len);
255 DHCP_LOGW("GetDhcpOptionUint32n GetDhcpOption nullptr, code:%{public}d!", code);
287 const uint8_t *p = GetDhcpOption(packet, code, &len);
289 DHCP_LOGW("GetDhcpOptionString GetDhcpOption nullptr, code:%{public}d!", code);