Home
last modified time | relevance | path

Searched refs:DHCPC_SERVER_PORT (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Ddhcp6.c90 #define DHCPC_SERVER_PORT 547 macro
284 addr6.sin6_port = htons(DHCPC_SERVER_PORT); //SERVER_PORT in send_msg()
Ddhcp.c89 #define DHCPC_SERVER_PORT 67 macro
750 packet.udph.dest = htons(DHCPC_SERVER_PORT); in send_raw()
790 cli.sin_port = htons(DHCPC_SERVER_PORT); in send_app()