Home
last modified time | relevance | path

Searched refs:gm_identity (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/net/gptp/src/
Dmain.c23 static void gptp_phase_dis_cb(uint8_t *gm_identity, in gptp_phase_dis_cb() argument
31 if (memcmp(id, gm_identity, sizeof(id))) { in gptp_phase_dis_cb()
32 memcpy(id, gm_identity, sizeof(id)); in gptp_phase_dis_cb()
35 gptp_sprint_clock_id(gm_identity, output, sizeof(output)), in gptp_phase_dis_cb()
/Zephyr-latest/include/zephyr/net/
Dgptp.h216 uint8_t *gm_identity,