Home
last modified time | relevance | path

Searched refs:snd_ppid (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c2260 sndinfo->snd_ppid = sinfo->snd_ppid; in dgram_sctp_write()
2285 sndrcvinfo->sinfo_ppid = sinfo->snd_ppid; in dgram_sctp_write()
/freebsd/sys/netinet/
H A Dsctp_uio.h157 uint32_t snd_ppid; member
H A Dsctp_usrreq.c3105 info->snd_ppid = stcb->asoc.def_send.sinfo_ppid;
3117 info->snd_ppid = inp->def_send.sinfo_ppid;
6196 stcb->asoc.def_send.sinfo_ppid = info->snd_ppid;
6214 inp->def_send.sinfo_ppid = info->snd_ppid;
6229 stcb->asoc.def_send.sinfo_ppid = info->snd_ppid;
H A Dsctputil.c3439 ssfe->ssfe_info.snd_ppid = chk->rec.data.ppid; in sctp_notify_send_failed()
3547 ssfe->ssfe_info.snd_ppid = sp->ppid; in sctp_notify_send_failed2()
H A Dsctp_output.c3519 sndrcvinfo->sinfo_ppid = sndinfo.snd_ppid; in sctp_find_cmsg()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h380 uint32_t snd_ppid; member
H A Dbio.h.in357 uint32_t snd_ppid; member
/freebsd/usr.bin/truss/
H A Dsyscalls.c1318 fprintf(fp, ",ppid=%u,", ntohl(info->snd_ppid)); in print_sctp_sndinfo()