Searched defs:nport (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.c140 int nport, speed; local
154 nport = reg & FW_PHY_NP;
163 linkspeed[speed], nport);
166 nport = reg & FW_PHY_NP;
175 linkspeed[speed], nport);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y239 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); } label
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c376 u8 i, nport = (u8)adapter->params.nports; local
388 for (i = 0 ; i < nport; i++, valp++) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c551 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;
[all...]
H A Dip_nat.c2343 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;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1404 uint_t size, oldsize, nport; local
1409 status = ibt_query_hca_ports(hca->hca_hdl, 0, &pinfop, &nport, &size);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1408 uint_t newsize, oldsize, nport; local
1429 ret = ibt_query_hca_ports(hdl, 0, &newpinfop, &nport, &newsize);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c225 int nport; local
249 nport = md_scan_dag(mdp, rootnode, md_find_name(mdp, DS_MD_ROOT_NAME),
252 if (nport <= 0) {
258 if (nport != 1) {
260 DS_MD_ROOT_NAME, nport);
266 nport = md_scan_dag(mdp, dsnode, md_find_name(mdp, DS_MD_PORT_NAME),
269 if (nport <= 0) {
277 for (idx = 0; idx < nport; idx++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c150 net_ipv4addrport_pr(const in6_addr_t *nipv6addr, in_port_t nport) argument
154 mdb_nhconvert(&nport, &nport, sizeof (nport));
155 mdb_printf("%*I.%-5hu", ADDR_V4_WIDTH, naddr, nport);
163 net_ipv6addrport_pr(const in6_addr_t *naddr, in_port_t nport) argument
165 mdb_nhconvert(&nport, &nport, sizeof (nport));
166 mdb_printf("%*N.%-5hu", ADDR_V6_WIDTH, naddr, nport);
[all...]

Completed in 111 milliseconds