Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcp.c90 #define DHCPC_CLIENT_PORT 68 macro
619 dbg("Opening listen socket on *:%d %s\n", DHCPC_CLIENT_PORT, state->iface); in mode_app()
637 addr.sin_port = htons(DHCPC_CLIENT_PORT); in mode_app()
674 || packet.udph.dest != htons(DHCPC_CLIENT_PORT) in read_raw()
749 packet.udph.source = htons(DHCPC_CLIENT_PORT); in send_raw()
782 cli.sin_port = htons(DHCPC_CLIENT_PORT); in send_app()
Ddhcp6.c91 #define DHCPC_CLIENT_PORT 546 macro
572 sinaddr6.sin6_port = htons(DHCPC_CLIENT_PORT); in dhcp6_main()