Searched refs:remote_disc_string (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 376 memset(pmd->remote_disc_string, 0, sizeof(pmd->remote_disc_string)); in memif_msg_receive_disconnect() 377 strlcpy(pmd->remote_disc_string, (char *)d->string, in memif_msg_receive_disconnect() 378 sizeof(pmd->remote_disc_string)); in memif_msg_receive_disconnect() 380 MIF_LOG(INFO, "Disconnect received: %s", pmd->remote_disc_string); in memif_msg_receive_disconnect() 1103 memset(pmd->remote_disc_string, 0, ETH_MEMIF_DISC_STRING_SIZE); in memif_connect_server() 1118 memset(pmd->remote_disc_string, 0, ETH_MEMIF_DISC_STRING_SIZE); in memif_connect_client()
|
| H A D | rte_eth_memif.h | 118 char remote_disc_string[ETH_MEMIF_DISC_STRING_SIZE]; member
|