Home
last modified time | relevance | path

Searched defs:sockaddr_inifscope (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.101.5/bsd/netinet/
H A Din_private.h92 struct sockaddr_inifscope { struct
93 __uint8_t sin_len;
94 sa_family_t sin_family;
95 in_port_t sin_port;
96 struct in_addr sin_addr;
103 union {
108 } un;