popo

  • Home
  • About
  • Search

server-struct-sockaddr_un

Posted on 2019-05-14 Edited on 2023-05-21
结构体原型
1
2
3
4
5
6
struct sockaddr_un
{
uint8_t sun_len;
sa_family_t sun_family; /* AF_LOCAL */
char sun_path[104]; /* null-terminated pathname */
};
# server-struct
server-struct-sockaddr_in6
server-api-socket
  • Table of Contents
  • Overview
popo

popo

508 posts
62 tags
0%
© 2025 popo
Powered by Hexo & NexT.Pisces
粤ICP备19160308号