Lines Matching defs:dest
673 || packet.udph.dest != htons(DHCPC_CLIENT_PORT)
750 packet.udph.dest = htons(DHCPC_SERVER_PORT);
1061 char *dest, *pfx;
1141 dest = toybuf;
1145 dest += sprintf(dest, "%s ", inet_ntoa(addr));
1149 *(dest - 1) = '\0';
1158 dest = toybuf;
1177 dest += sprintf(dest, "%s%u.%u.%u.%u", pfx, ((uint8_t*) &nip)[0],
1180 dest += sprintf(dest, "/%u ", mask);
1181 dest += sprintf(dest, "%u.%u.%u.%u", options[0], options[1], options[2], options[3]);