Searched refs:remote_disc_string (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 370 memset(pmd->remote_disc_string, 0, sizeof(pmd->remote_disc_string)); in memif_msg_receive_disconnect() 371 strlcpy(pmd->remote_disc_string, (char *)d->string, in memif_msg_receive_disconnect() 372 sizeof(pmd->remote_disc_string)); in memif_msg_receive_disconnect() 374 MIF_LOG(INFO, "Disconnect received: %s", pmd->remote_disc_string); in memif_msg_receive_disconnect() 1054 memset(pmd->remote_disc_string, 0, ETH_MEMIF_DISC_STRING_SIZE); in memif_connect_server() 1068 memset(pmd->remote_disc_string, 0, ETH_MEMIF_DISC_STRING_SIZE); in memif_connect_client()
|
| H A D | rte_eth_memif.h | 122 char remote_disc_string[ETH_MEMIF_DISC_STRING_SIZE]; member
|