Home
last modified time | relevance | path

Searched refs:chaddr (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_wired.c71 u_int8_t chaddr[16]; member
156 mac_address = (u8 *) &(msg->chaddr); in handle_dhcp()
/dragonfly/sbin/dhclient/
H A Ddhcp.h67 unsigned char chaddr[16]; /* Client hardware address */ member
H A Doptions.c461 if (packet->hlen > sizeof(packet->chaddr)) { in do_packet()
471 (memcmp(ifi->hw_address.haddr, packet->chaddr, packet->hlen))) in do_packet()
H A Ddhclient.c1299 memcpy(client->packet.chaddr, ifi->hw_address.haddr, in make_discover()
1378 memcpy(client->packet.chaddr, ifi->hw_address.haddr, in make_request()
1435 memcpy(client->packet.chaddr, ifi->hw_address.haddr, in make_decline()
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp.h164 uint8_t chaddr[BOOTP_CHADDR_LEN]; /* client's hardware address */ member
H A Ddhcp.c771 if (ifp->hwlen != 0 && ifp->hwlen <= sizeof(bootp->chaddr)) { in make_message()
773 memcpy(&bootp->chaddr, &ifp->hwaddr, ifp->hwlen); in make_message()
2970 if (ifn->hwlen <= sizeof(bootp->chaddr) && in dhcp_redirect_dhcp()
2971 memcmp(bootp->chaddr, ifn->hwaddr, ifn->hwlen)) in dhcp_redirect_dhcp()
3025 if (ifp->hwlen <= sizeof(bootp->chaddr) && in dhcp_handledhcp()
3026 memcmp(bootp->chaddr, ifp->hwaddr, ifp->hwlen)) in dhcp_handledhcp()
3029 char buf[sizeof(bootp->chaddr) * 3]; in dhcp_handledhcp()
3033 hwaddr_ntoa(bootp->chaddr, sizeof(bootp->chaddr), in dhcp_handledhcp()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c102 unsigned char chaddr[16]; member
846 if (bcmp(gctx->reply.chaddr, in bootpc_call()
847 ifctx->call.chaddr, in bootpc_call()
1197 bcopy(LLADDR(ifctx->sdl), &ifctx->call.chaddr, ifctx->sdl->sdl_alen); in bootpc_compose_query()