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

  /src/sys/net/agr/
ieee8023ad_lacp.h 83 struct ether_header ldu_eh; member in struct:lacpdu
ieee8023ad_lacp.c 132 if (memcmp(&du->ldu_eh.ether_dhost,
220 memcpy(&du->ldu_eh.ether_dhost, ethermulticastaddr_slowprotocols,
222 memcpy(&du->ldu_eh.ether_shost, &port->port_origlladdr, ETHER_ADDR_LEN);
223 du->ldu_eh.ether_type = htobe16(ETHERTYPE_SLOWPROTOCOLS);
  /src/sys/net/lagg/
if_lagg_lacp.h 99 struct ether_header ldu_eh; member in struct:lacpdu
if_lagg_lacp.c 1038 if (memcmp(&du->ldu_eh.ether_dhost,
1404 memcpy(du->ldu_eh.ether_dhost, ethermulticastaddr_slowprotocols,
1406 memcpy(du->ldu_eh.ether_shost, CLLADDR(ifp_port->if_sadl),
1408 du->ldu_eh.ether_type = htons(ETHERTYPE_SLOWPROTOCOLS);

Completed in 14 milliseconds