Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Ddhcp.c988 struct in_addr rqsd; in dhcpc_sendmsg() local
1011 inet_aton(TT.req_ip, &rqsd); in dhcpc_sendmsg()
1012 pend = dhcpc_addreqipaddr(&rqsd, pend); in dhcpc_sendmsg()
1027 rqsd.s_addr = htonl(server); in dhcpc_sendmsg()
1028 pend = dhcpc_addserverid(&rqsd, pend); in dhcpc_sendmsg()
1040 rqsd.s_addr = htonl(server); in dhcpc_sendmsg()
1041 pend = dhcpc_addserverid(&rqsd, pend); in dhcpc_sendmsg()

Completed in 4 milliseconds