funzione IN6ADDR_ISUNSPECIFIED (ws2ipdef.h)
Determina se l'argomento dell'indirizzo è l'indirizzo IPv6 non specificato (in6addr_any).
Sintassi
BOOLEAN IN6ADDR_ISUNSPECIFIED(
const SOCKADDR_IN6 *a
);
Parametri
a
Indirizzo da testare.
Valore restituito
true
se l'indirizzo è l'indirizzo IPv6 non specificato (in6addr_any); in caso contrario, false
.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ws2ipdef.h |