Searched refs:dmac (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/package/fast-classifier/src/
H A Duserspace_example.c45 fc_msg->dmac[0], fc_msg->dmac[1], fc_msg->dmac[2],
46 fc_msg->dmac[3], fc_msg->dmac[4], fc_msg->dmac[5]);
154 fc_msg.dmac[0] = 'f';
155 fc_msg.dmac[1] = 'e';
156 fc_msg.dmac[2] = 'd';
157 fc_msg.dmac[
[all...]
H A Dfast-classifier.h47 unsigned char dmac[ETH_ALEN]; member in struct:fast_classifier_tuple
H A Dfast-classifier.c268 unsigned char dmac[ETH_ALEN]; member in struct:sfe_connection
391 fc_msg->dmac);
462 fc_msg->dmac);
700 memcpy(fc_msg.dmac, conn->dmac, ETH_ALEN);
826 memcpy(conn->dmac, sic.dest_mac_xlate, ETH_ALEN);
1041 memcpy(fc_msg.dmac, conn->dmac, ETH_ALEN);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dhost_helper.c746 /* Get dmac */
757 /* Get dmac */
1290 uint8_t *sip, *dip, *smac, *dmac; local
1365 dmac = sip + IP_LEN;
1366 dip = dmac + MAC_LEN;

Completed in 68 milliseconds