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

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c104 #define RPING_MSG_FMT "rdma-ping-%d: " macro
105 #define RPING_MIN_BUFSIZE sizeof(stringify(INT_MAX)) + sizeof(RPING_MSG_FMT)
951 cc = snprintf(cb->start_buf, cb->size, RPING_MSG_FMT, ping);

Completed in 52 milliseconds