client-c  0.8.1
addrinfo Struct Reference

#include <cc32xx_sock.h>

+ Collaboration diagram for addrinfo:

Public Attributes

int ai_flags
 
int ai_family
 
int ai_socktype
 
int ai_protocol
 
socklen_t ai_addrlen
 
struct sockaddr * ai_addr
 
char * ai_canonname
 
struct addrinfoai_next
 

Detailed Description

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 54 of file cc32xx_sock.h.

Member Data Documentation

struct sockaddr* addrinfo::ai_addr

Definition at line 61 of file cc32xx_sock.h.

socklen_t addrinfo::ai_addrlen

Definition at line 60 of file cc32xx_sock.h.

char* addrinfo::ai_canonname

Definition at line 62 of file cc32xx_sock.h.

int addrinfo::ai_family

Definition at line 57 of file cc32xx_sock.h.

int addrinfo::ai_flags

Definition at line 56 of file cc32xx_sock.h.

struct addrinfo* addrinfo::ai_next

Definition at line 63 of file cc32xx_sock.h.

int addrinfo::ai_protocol

Definition at line 59 of file cc32xx_sock.h.

int addrinfo::ai_socktype

Definition at line 58 of file cc32xx_sock.h.


The documentation for this struct was generated from the following file: