You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structsockaddr_dl {
u_charsdl_len; /* Total length of sockaddr */u_charsdl_family; /* AF_LINK */u_shortsdl_index; /* if != 0, system given index for interface */u_charsdl_type; /* interface type */u_charsdl_nlen; /* interface name length, no trailing 0 reqd. */u_charsdl_alen; /* link level address length */u_charsdl_slen; /* link layer selector length */charsdl_data[12]; /* minimum work area, can be larger; contains both if name and ll address */#ifndef__APPLE__/* For TokenRing */u_shortsdl_rcf; /* source routing control */u_shortsdl_route[16]; /* source routing information */#endif
};