sock_address_equal
Last updated March 2020
Name
sock_address_equal — compares two socket addresses for equality
Synopsis
#include "netlistener.h"
| int **sock_address_equal** (
| left, | |
| | right, | |
| | flags)
; | |
struct sockaddr * <var class="pdparam">left</var>
;
struct sockaddr * <var class="pdparam">right</var>
;
int <var class="pdparam">flags</var>
;
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
compares two socket addresses for equality
Was this page helpful?