Home
last modified time | relevance | path

Searched refs:laddress (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h219 uint32_t laddress[SCTP_ADDRESS_SIZE]; /* my local from address */ member
Dsctp_output.c6115 stc.laddress[0] = dst4->sin_addr.s_addr;
6116 stc.laddress[1] = 0;
6117 stc.laddress[2] = 0;
6118 stc.laddress[3] = 0;
6186 memcpy(&stc.laddress, &dst6->sin6_addr, sizeof(struct in6_addr));
6202 stc.laddress[0] = 0;
6203 stc.laddress[1] = 0;
6204 stc.laddress[2] = 0;
6205 stc.laddress[3] = 0;
6206 memcpy(&stc.laddress, &dstconn->sconn_addr, sizeof(void *));
[all …]
Dsctp_input.c2419 store.sin.sin_addr.s_addr = cookie->laddress[0];
2431 memcpy(&store.sin6.sin6_addr, cookie->laddress, sizeof(struct in6_addr));
2442 memcpy(&store.sconn.sconn_addr, cookie->laddress, sizeof(void *));
2644 memcpy(cookie->laddress, &sconnp->sconn_addr , sizeof(void *));
2645 m_copyback(m, cookie_offset + offsetof(struct sctp_state_cookie, laddress),