HomeSort by relevance Sort by last modified time
    Searched refs:DHCP_SERVER_PORT (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.h 31 #define DHCP_SERVER_PORT 67
Dhcp4Io.c 348 UdpConfigData.RemotePort = DHCP_SERVER_PORT;
    [all...]
Dhcp4Driver.c 137 UdpConfigData.RemotePort = DHCP_SERVER_PORT;
Dhcp4Impl.c     [all...]
  /external/dnsmasq/src/
config.h 66 #define DHCP_SERVER_PORT 67
option.c     [all...]
  /external/wpa_supplicant_8/src/common/
dhcp.h 21 #define DHCP_SERVER_PORT 67
  /external/wpa_supplicant_8/src/ap/
fils_hlp.c 131 addr.sin_port = htons(hapd->conf->dhcp_server_port);
271 udph->uh_sport = htons(DHCP_SERVER_PORT);
444 addr.sin_port = htons(hapd->conf->dhcp_server_port);
500 if (dport == DHCP_SERVER_PORT && sport == DHCP_CLIENT_PORT) {
ap_config.c 120 bss->dhcp_server_port = DHCP_SERVER_PORT;
121 bss->dhcp_relay_port = DHCP_SERVER_PORT;

Completed in 1116 milliseconds