Home
last modified time | relevance | path

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

/dports/net/sngrep/sngrep-1.4.9/src/curses/
H A Dui_call_list.c225 const char *eep_port; in call_list_draw_header() local
226 if ((eep_port = capture_eep_send_port())) { in call_list_draw_header()
227 wprintw(ui->win, "[H:%s]", eep_port); in call_list_draw_header()
229 if ((eep_port = capture_eep_listen_port())) { in call_list_draw_header()
230 wprintw(ui->win, "[L:%s]", eep_port); in call_list_draw_header()