HomeSort by: relevance | last modified time | path
    Searched refs:ndbootd_interface_ether (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.h 145 u_int8_t ndbootd_interface_ether[ETHER_ADDR_LEN]; member in struct:ndbootd_interface
ndbootd.c 274 memcpy(interface->ndbootd_interface_ether, LLADDR(sadl), sadl->sdl_alen);
453 ((unsigned char *) interface->ndbootd_interface_ether)[0],
454 ((unsigned char *) interface->ndbootd_interface_ether)[1],
455 ((unsigned char *) interface->ndbootd_interface_ether)[2],
456 ((unsigned char *) interface->ndbootd_interface_ether)[3],
457 ((unsigned char *) interface->ndbootd_interface_ether)[4],
458 ((unsigned char *) interface->ndbootd_interface_ether)[5]));
914 memcpy(ether_packet->ether_shost, interface->ndbootd_interface_ether, ETHER_ADDR_LEN);
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 285 interface->ndbootd_interface_ether,

Completed in 79 milliseconds