Searched refs:salenp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 2071 conn_getsockname(conn_t *connp, struct sockaddr *sa, uint_t *salenp) in conn_getsockname() argument 2077 if (*salenp < sizeof (sin_t)) in conn_getsockname() 2080 *salenp = sizeof (sin_t); in conn_getsockname() 2100 if (*salenp < sizeof (sin6_t)) in conn_getsockname() 2103 *salenp = sizeof (sin6_t); in conn_getsockname() 2128 conn_getpeername(conn_t *connp, struct sockaddr *sa, uint_t *salenp) in conn_getpeername() argument 2134 if (*salenp < sizeof (sin_t)) in conn_getpeername() 2137 *salenp = sizeof (sin_t); in conn_getpeername() 2145 if (*salenp < sizeof (sin6_t)) in conn_getpeername() 2148 *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_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6240 socklen_t *salenp, cred_t *cr) in udp_getpeername() argument 6253 error = conn_getpeername(connp, sa, salenp); in udp_getpeername() 6261 socklen_t *salenp, cred_t *cr) in udp_getsockname() argument 6270 error = conn_getsockname(connp, sa, salenp); in udp_getsockname()
|