Lines Matching full:reply_s
110 uint32_t reply_s;
132 if (ar.ar_pln != sizeof(reply_s))
150 memcpy(&reply_s, hw_s + ar.ar_hln, ar.ar_pln);
156 (reply_s == opts->arping[state->arping_index - 1] ||
157 (reply_s == 0 &&
160 ina.s_addr = reply_s;
177 (reply_s == state->offer->yiaddr ||
178 (reply_s == 0 && reply_t == state->offer->yiaddr)))
183 (reply_s == iface->addr.s_addr ||
184 (reply_s == 0 && reply_t == iface->addr.s_addr)))