Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp217 static struct sockaddr_in sourceAddrIn = {0}; in SourceAddrIn() local
218 sourceAddrIn.sin_port = htons(DHCP_CLIENT_PORT); in SourceAddrIn()
219 sourceAddrIn.sin_family = AF_INET; in SourceAddrIn()
220 sourceAddrIn.sin_addr.s_addr = INADDR_ANY; in SourceAddrIn()
221 return &sourceAddrIn; in SourceAddrIn()

Completed in 4 milliseconds