My Project
Loading...
Searching...
No Matches
NetworkInfo Struct Reference

네트워크 정보를 저장하는 구조체 More...

#include <kernel_smartptr.h>

Public Attributes

char ip [INET_ADDRSTRLEN]
 IPv4 주소
 
sa_family_t family
 주소 패밀리 (AF_INET 등)
 

Detailed Description

네트워크 정보를 저장하는 구조체

Definition at line 53 of file kernel_smartptr.h.

Member Data Documentation

◆ family

sa_family_t NetworkInfo::family

주소 패밀리 (AF_INET 등)

Definition at line 55 of file kernel_smartptr.h.

◆ ip

char NetworkInfo::ip[INET_ADDRSTRLEN]

IPv4 주소

Definition at line 54 of file kernel_smartptr.h.


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