Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c370 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 Drte_eth_memif.h122 char remote_disc_string[ETH_MEMIF_DISC_STRING_SIZE]; member