Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp1043 static int GetYourIpAddress(PDhcpMsgInfo received, uint32_t *yourIpAddr, DhcpAddressPool *pool) in GetYourIpAddress() argument
1065 *yourIpAddr = srcIp; in GetYourIpAddress()
1067 *yourIpAddr = cliIp; in GetYourIpAddress()
1069 *yourIpAddr = reqIp; in GetYourIpAddress()
1072 if ((ntohl(*yourIpAddr) < ntohl(pool->addressRange.beginAddress)) in GetYourIpAddress()
1073 || (ntohl(*yourIpAddr) > ntohl(pool->addressRange.endAddress))) { in GetYourIpAddress()
1087 uint32_t yourIpAddr = 0; in NotBindingRequest() local
1088 if (GetYourIpAddress(received, &yourIpAddr, pool) != RET_SUCCESS) { in NotBindingRequest()
1092 AddressBinding *lease = GetLease(pool, yourIpAddr); in NotBindingRequest()
1115 binding->ipAddress = yourIpAddr; in NotBindingRequest()
1150 uint32_t yourIpAddr = INADDR_BROADCAST; ValidateRequestMessage() local
1349 uint32_t yourIpAddr; OnReceivedRequest() local
[all...]

Completed in 3 milliseconds