Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_smedia.c240 u_short sport, eport, base_port; in alias_rtsp_out() local
275 sport = eport = 0; in alias_rtsp_out()
300 eport = htons(p[1]); in alias_rtsp_out()
359 if (eport != 0) { in alias_rtsp_out()
/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h222 uint32_t eport:2; /* egress port to switch packet out */ member
H A Dt4_filter.c733 V_FW_FILTER_WR_TXCHAN(f->fs.eport) | in set_tcamfilter()
957 if (t->fs.action == FILTER_SWITCH && t->fs.eport >= sc->params.nports) in set_filter()
1036 l2te = t4_l2t_alloc_switching(sc, t->fs.vlan, t->fs.eport, in set_filter()
1535 V_L2T_IDX(f->l2te ? f->l2te->idx : 0) | V_TX_CHAN(f->fs.eport) | in mk_act_open_req6()
1579 V_L2T_IDX(f->l2te ? f->l2te->idx : 0) | V_TX_CHAN(f->fs.eport) | in mk_act_open_req()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c873 printf(" Switch: port=%d", t->fs.eport); in do_show_one_filter_info()
1252 t.fs.eport = val; in set_filter()
1341 (t.fs.eport || t.fs.newdmac || t.fs.newsmac || t.fs.newvlan || in set_filter()