Searched refs:peerport (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibmirror.c | 254 int get_peer(ib_portid_t* portid, int outport, int* peerlid, int* peerport) in get_peer() argument 272 mad_decode_field(buf, IB_PORT_LOCAL_PORT_F, peerport); in get_peer() 299 int peerport; in lossy_config() local 312 get_peer(portid, outport, &peerportid.lid, &peerport); in lossy_config() 315 printf("peer lid %d / port %d\n", peerportid.lid, peerport); in lossy_config() 326 if (!smp_query_via(buf, &peerportid, ATTRID_LOSSY_CFG, peerport, 0, srcport)) in lossy_config() 328 peerportid.lid, peerport); in lossy_config() 336 peerportid.lid, peerport, in lossy_config() 352 attr_mod = peerport; in lossy_config() 365 attr_mod = peerport; in lossy_config()
|
/freebsd/sys/netinet/ |
H A D | sctp_header.h | 198 uint16_t peerport; /* port address of the peer in the INIT */ member
|
H A D | sctp_input.c | 2284 if ((cookie->peerport != sh->src_port) || in sctp_handle_cookie_echo()
|
H A D | sctp_output.c | 5631 stc.peerport = sh->src_port; in sctp_send_initiate_ack()
|