Lines Matching refs:pend
985 uint8_t *pend; in dhcpc_sendmsg() local
1000 pend = state->pdhcp.options; in dhcpc_sendmsg()
1001 pend = dhcpc_addmsgtype(pend, msgtype); in dhcpc_sendmsg()
1003 if (!(toys.optflags & FLAG_C)) pend = dhcpc_addclientid(pend); in dhcpc_sendmsg()
1010 pend = dhcpc_addreqipaddr(&rqsd, pend); in dhcpc_sendmsg()
1012 pend = dhcpc_addmaxsize(pend, htons(sizeof(dhcp_raw_t))); in dhcpc_sendmsg()
1014 pend = dhcpc_addstropt(pend, DHCP_OPTION_VENDOR, vendor, strlen(vendor)); in dhcpc_sendmsg()
1015 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()
1016 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg()
1018 pend = dhcpc_addreqoptions(pend); in dhcpc_sendmsg()
1019 if (toys.optflags & FLAG_x) pend = set_xopt(pend); in dhcpc_sendmsg()
1024 pend = dhcpc_addmaxsize(pend, htons(sizeof(dhcp_raw_t))); in dhcpc_sendmsg()
1026 pend = dhcpc_addserverid(&rqsd, pend); in dhcpc_sendmsg()
1027 pend = dhcpc_addreqipaddr(&state->ipaddr, pend); in dhcpc_sendmsg()
1029 pend = dhcpc_addstropt(pend, DHCP_OPTION_VENDOR, vendor, strlen(vendor)); in dhcpc_sendmsg()
1030 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()
1031 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg()
1033 pend = dhcpc_addreqoptions(pend); in dhcpc_sendmsg()
1034 if (toys.optflags & FLAG_x) pend = set_xopt(pend); in dhcpc_sendmsg()
1039 pend = dhcpc_addserverid(&rqsd, pend); in dhcpc_sendmsg()
1044 pend = dhcpc_addend(pend); in dhcpc_sendmsg()