Searched refs:salenp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 2077 conn_getsockname(conn_t *connp, struct sockaddr *sa, uint_t *salenp) in conn_getsockname() argument 2083 if (*salenp < sizeof (sin_t)) in conn_getsockname() 2086 *salenp = sizeof (sin_t); in conn_getsockname() 2106 if (*salenp < sizeof (sin6_t)) in conn_getsockname() 2109 *salenp = sizeof (sin6_t); in conn_getsockname() 2134 conn_getpeername(conn_t *connp, struct sockaddr *sa, uint_t *salenp) in conn_getpeername() argument 2140 if (*salenp < sizeof (sin_t)) in conn_getpeername() 2143 *salenp = sizeof (sin_t); in conn_getpeername() 2151 if (*salenp < sizeof (sin6_t)) in conn_getpeername() 2154 *salenp = sizeof (sin6_t); in conn_getpeername()
|
H A D | icmp.c | 5413 socklen_t *salenp, cred_t *cr) in rawip_getpeername() argument 5426 error = conn_getpeername(connp, sa, salenp); in rawip_getpeername() 5434 socklen_t *salenp, cred_t *cr) in rawip_getsockname() argument 5443 error = conn_getsockname(connp, sa, salenp); in rawip_getsockname()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6429 socklen_t *salenp, cred_t *cr) in udp_getpeername() argument 6442 error = conn_getpeername(connp, sa, salenp); in udp_getpeername() 6450 socklen_t *salenp, cred_t *cr) in udp_getsockname() argument 6459 error = conn_getsockname(connp, sa, salenp); in udp_getsockname()
|