Searched refs:tx_pkt_fate_file (Results 1 – 1 of 1) sorted by relevance
368 static char tx_pkt_fate_file[FILE_NAME_LEN] = DEFAULT_TX_PKT_FATE_FILE; variable3422 w_fp = fopen(tx_pkt_fate_file, "w"); in LoggerGetTxPktFate()3424 printMsg("Failed to create file: %s\n", tx_pkt_fate_file); in LoggerGetTxPktFate()4080 strncpy(tx_pkt_fate_file, argv[j+1], len); in readLoggerOptions()4081 tx_pkt_fate_file[len] = '\0'; in readLoggerOptions()