HomeSort by relevance Sort by last modified time
    Searched refs:pif_hwaddr (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
interface.h 60 uchar_t *pif_hwaddr; /* our link-layer address */ member in struct:dhcp_pif_s
interface.c 230 pif->pif_hwaddr = malloc(pif->pif_hwlen);
231 if (pif->pif_hwaddr == NULL) {
233 "pif_hwaddr for %s", pname);
237 (void) memcpy(pif->pif_hwaddr, dlinfo.di_physaddr,
291 free(pif->pif_hwaddr);
    [all...]
packet.c 240 (void) memcpy(v4->chaddr, pif->pif_hwaddr,
    [all...]
states.c 1087 (void) memcpy(client_id + 5, pif->pif_hwaddr + 4,
    [all...]

Completed in 2879 milliseconds