Home
last modified time | relevance | path

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

/trueos/sys/contrib/ngatm/netnatm/api/
HDcc_data.c129 struct atm_exstatus_port *eport; in cc_get_extended_status() local
170 eport = *pport; in cc_get_extended_status()
202 eport->portno = port->param.port; in cc_get_extended_status()
203 eport->state = port->admin; in cc_get_extended_status()
223 eport++; in cc_get_extended_status()
/trueos/contrib/ofed/libsdp/src/
HDmatch.c75 if ( rule->eport > rule->sport ) in get_rule_str()
78 sprintf( ports_buf, "%d-%d", rule->sport, rule->eport ); in get_rule_str()
139 if ( ( port < rule->sport ) || ( port > rule->eport ) ) { in match_ip_addr_and_port()
HDlibsdp.h74 unsigned short sport, eport; /* start port - end port, inclusive */ member
HDconfig_parser.c197 if (__sdp_rule.eport > __sdp_rule.sport) in __sdp_dump_config_state()
198 sprintf(buf+strlen(buf), "-%d",__sdp_rule.eport); in __sdp_dump_config_state()
1598 …{ __sdp_rule.match_by_port = 1; __sdp_rule.sport= (yyvsp[(1) - (1)].ival); __sdp_rule.eport= (yyvs…
1603 …{ __sdp_rule.match_by_port = 1; __sdp_rule.sport= (yyvsp[(1) - (3)].ival); __sdp_rule.eport= (yyvs…
1608 { __sdp_rule.match_by_port = 0; __sdp_rule.sport= 0 ; __sdp_rule.eport= 0; }
/trueos/sys/netinet/libalias/
HDalias_smedia.c244 u_short sport, eport, base_port; in alias_rtsp_out() local
279 sport = eport = 0; in alias_rtsp_out()
310 eport = htons(p[1]); in alias_rtsp_out()
372 if (eport != 0) { in alias_rtsp_out()
/trueos/sys/dev/cxgbe/
HDt4_ioctl.h188 uint32_t eport:2; /* egress port to switch packet out */ member
HDt4_main.c7167 if (t->fs.action == FILTER_SWITCH && t->fs.eport >= nports) { in set_filter()
7338 if (t4_l2t_set_switching(sc, f->l2t, f->fs.vlan, f->fs.eport, in set_filter_wr()
7374 V_FW_FILTER_WR_TXCHAN(f->fs.eport) | in set_filter_wr()
/trueos/tools/tools/cxgbetool/
HDcxgbetool.c779 printf(" Switch: port=%d", t->fs.eport); in do_show_one_filter_info()
1078 t.fs.eport = val; in set_filter()
1146 (t.fs.eport || t.fs.newdmac || t.fs.newsmac || t.fs.newvlan)) { in set_filter()