Searched refs:nport (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | ds_drv.c | 225 int nport; in ds_ports_init() local 249 nport = md_scan_dag(mdp, rootnode, md_find_name(mdp, DS_MD_ROOT_NAME), in ds_ports_init() 252 if (nport <= 0) { in ds_ports_init() 258 if (nport != 1) { in ds_ports_init() 260 DS_MD_ROOT_NAME, nport); in ds_ports_init() 266 nport = md_scan_dag(mdp, dsnode, md_find_name(mdp, DS_MD_PORT_NAME), in ds_ports_init() 269 if (nport <= 0) { in ds_ports_init() 277 for (idx = 0; idx < nport; idx++) { in ds_ports_init()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 150 net_ipv4addrport_pr(const in6_addr_t *nipv6addr, in_port_t nport) in net_ipv4addrport_pr() argument 154 mdb_nhconvert(&nport, &nport, sizeof (nport)); in net_ipv4addrport_pr() 155 mdb_printf("%*I.%-5hu", ADDR_V4_WIDTH, naddr, nport); in net_ipv4addrport_pr() 163 net_ipv6addrport_pr(const in6_addr_t *naddr, in_port_t nport) in net_ipv6addrport_pr() argument 165 mdb_nhconvert(&nport, &nport, sizeof (nport)); in net_ipv6addrport_pr() 166 mdb_printf("%*N.%-5hu", ADDR_V6_WIDTH, naddr, nport); in net_ipv6addrport_pr()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 551 u_short nport, dport, sport; local 651 nport = dport; 659 nport = ntohs(dport) - ntohs(np->in_pmin) + 661 nport = htons(nport); 663 nport = np->in_pnext; 672 if (nport == dport) 685 fin->fin_data[0] = ntohs(nport); 700 ni->nai_nport = nport; 704 nat->nat_inport = nport; 707 ((tcphdr_t *)fin->fin_dp)->th_dport = nport; [all …]
|
H A D | ip_nat.c | 2343 u_short nport, dport, sport; local 2435 nport = dport; 2443 nport = ntohs(dport) - ntohs(np->in_pmin) + 2445 nport = htons(nport); 2447 nport = np->in_pnext; 2456 if (nport == dport) 2470 fin->fin_data[0] = ntohs(nport); 2483 ni->nai_nport = nport; 2487 nat->nat_inport = nport; 2490 ((tcphdr_t *)fin->fin_dp)->th_dport = nport; [all …]
|
/titanic_50/usr/src/uts/common/io/chxge/com/ |
H A D | espi.c | 376 u8 i, nport = (u8)adapter->params.nports; in t1_espi_get_mon_t204() local 388 for (i = 0 ; i < nport; i++, valp++) { in t1_espi_get_mon_t204()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 239 redir: rdrit ifnames addr dport IPNY_TLATE dip nport setproto rdroptions 255 | rdrit ifnames rdrfrom IPNY_TLATE dip nport setproto rdroptions 417 nport: IPNY_PORT portspec { nat->in_pnext = htons($2); }
|
/titanic_50/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 1404 uint_t size, oldsize, nport; in iser_ib_update_hcaports() local 1409 status = ibt_query_hca_ports(hca->hca_hdl, 0, &pinfop, &nport, &size); in iser_ib_update_hcaports()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1408 uint_t newsize, oldsize, nport; in rds_handle_portup_event() local 1429 ret = ibt_query_hca_ports(hdl, 0, &newpinfop, &nport, &newsize); in rds_handle_portup_event()
|
/titanic_50/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 635 …"Give only one of these options, the\n-v option to name the direct connect\nport or the -U to iden…
|