Searched refs:peerport (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c254 int get_peer(ib_portid_t* portid, int outport, int* peerlid, int* peerport) argument
272 mad_decode_field(buf, IB_PORT_LOCAL_PORT_F, peerport);
299 int peerport; local
312 get_peer(portid, outport, &peerportid.lid, &peerport);
315 printf("peer lid %d / port %d\n", peerportid.lid, peerport);
326 if (!smp_query_via(buf, &peerportid, ATTRID_LOSSY_CFG, peerport, 0, srcport))
328 peerportid.lid, peerport);
336 peerportid.lid, peerport,
352 attr_mod = peerport;
365 attr_mod = peerport;
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h205 uint16_t peerport; /* port address of the peer in the INIT */ member in struct:sctp_state_cookie
H A Dsctp_input.c2504 if ((cookie->peerport != sh->src_port) ||
H A Dsctp_output.c5631 stc.peerport = sh->src_port;

Completed in 149 milliseconds