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

  /device/generic/goldfish/dhcp/common/
dhcp.h 20 #define PORT_BOOTP_CLIENT 68
  /system/core/libnetutils/
dhcpmsg.h 23 #define PORT_BOOTP_CLIENT 68
packet.c 196 } else if (packet.udp.dest != htons(PORT_BOOTP_CLIENT)) {
dhcpclient.c 348 PORT_BOOTP_CLIENT, PORT_BOOTP_SERVER);
  /device/generic/goldfish/dhcp/client/
dhcpclient.cpp 472 Result res = mSocket.receiveRawUdp(PORT_BOOTP_CLIENT, msg, &isValid);
531 PORT_BOOTP_CLIENT,
  /device/generic/goldfish/dhcp/server/
dhcpserver.cpp 142 PORT_BOOTP_CLIENT,

Completed in 561 milliseconds