posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
sockaddr_un Struct Reference

UNIX domain socket address. More...

#include <zephyr/posix/sys/un.h>

Data Fields

sa_family_t sun_family
 Address family; AF_UNIX.
 
char sun_path [NET_SOCKADDR_MAX_SIZE - sizeof(sa_family_t)]
 Socket pathname.
 

Detailed Description

UNIX domain socket address.

Definition at line 33 of file un.h.

Field Documentation

◆ sun_family

sa_family_t sockaddr_un::sun_family

Address family; AF_UNIX.

Definition at line 34 of file un.h.

◆ sun_path

char sockaddr_un::sun_path[NET_SOCKADDR_MAX_SIZE - sizeof(sa_family_t)]

Socket pathname.

Definition at line 35 of file un.h.


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