Lines Matching refs:address
24 @param [in] address Address of a buffer to receive the remote network address.
27 of the remote network address buffer. Upon return,
28 contains the length of the remote network address.
38 struct sockaddr * address,
72 address,
103 It returns the remote network address to the caller if requested.
111 @param [in] address Address of a buffer to receive the remote network address.
114 of the remote network address buffer. Upon return,
115 contains the length of the remote network address.
124 struct sockaddr * address,
131 return AcceptWork ( s, TRUE, address, address_len );
140 @param [in] address Address of a buffer to receive the remote network address.
143 of the remote network address buffer. Upon return,
144 contains the length of the remote network address.
153 struct sockaddr * address,
160 return AcceptWork ( s, FALSE, address, address_len );