Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:xid

292 	uint32_t xid;
295 iface->hwlen >= sizeof(xid))
297 memcpy(&xid, (iface->hwaddr + iface->hwlen) - sizeof(xid),
298 sizeof(xid));
300 xid = arc4random();
302 return xid;
319 syslog(LOG_DEBUG, "%s: sending %s with xid 0x%x",
320 iface->name, get_dhcp_op(type), state->xid);
332 "%s: sending %s (xid 0x%x), next in %0.2f seconds",
333 iface->name, get_dhcp_op(type), state->xid,
722 if (iface->state->xid != dhcp->xid) {
724 "%s: wrong xid 0x%x (expecting 0x%x) from %s",
725 iface->name, dhcp->xid, iface->state->xid,
733 syslog(LOG_DEBUG, "%s: xid 0x%x is not for hwaddr %s",
734 iface->name, dhcp->xid,
756 iface->state->xid = dhcp_xid(iface);
975 iface->state->xid = dhcp_xid(iface);
1012 iface->state->xid = dhcp_xid(iface);
1109 iface->state->xid = dhcp_xid(iface);
1145 iface->state->xid = dhcp_xid(iface);
1430 ifp->state->xid = dhcp_xid(ifp);