Searched refs:syn_mp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 4136 mblk_t *syn_mp; in tcp_do_connect() local 4322 syn_mp = tcp_xmit_mp(tcp, NULL, 0, NULL, NULL, in tcp_do_connect() 4324 if (syn_mp != NULL) { in tcp_do_connect() 4337 void_ip_t *, syn_mp->b_rptr, tcp_t *, tcp, in tcp_do_connect() 4339 &syn_mp->b_rptr[connp->conn_ixa->ixa_ip_hdr_length]); in tcp_do_connect() 4340 tcp_send_data(tcp, syn_mp); in tcp_do_connect()
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 1266 mblk_t *syn_mp; in tcp_connect() local 1400 syn_mp = tcp_xmit_mp(tcp, NULL, 0, NULL, NULL, tcp->tcp_iss, B_FALSE, in tcp_connect() 1402 if (syn_mp != NULL) { in tcp_connect() 1406 TCP_DUMP_PACKET("tcp_connect", syn_mp); in tcp_connect() 1408 ret = ipv4_tcp_output(sock_id, syn_mp); in tcp_connect() 1409 freeb(syn_mp); in tcp_connect()
|