Home
last modified time | relevance | path

Searched refs:kf_sa_local (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Duser.h328 struct sockaddr_storage kf_sa_local; /* Socket address. */ member
357 struct sockaddr_storage kf_sa_local; member
371 struct sockaddr_storage kf_sa_local; member
/f-stack/tools/compat/include/sys/
H A Duser.h322 struct sockaddr_storage kf_sa_local; /* Socket address. */ member
348 struct sockaddr_storage kf_sa_local; /* Socket address. */ member
/f-stack/freebsd/kern/
H A Dsys_socket.c422 sa->sa_len <= sizeof(kif->kf_un.kf_sock.kf_sa_local)) { in soo_fill_kinfo()
423 bcopy(sa, &kif->kf_un.kf_sock.kf_sa_local, sa->sa_len); in soo_fill_kinfo()
H A Dkern_descrip.c4526 okif->kf_sa_local = kif->kf_un.kf_sock.kf_sa_local; in kinfo_to_okinfo()
4529 okif->kf_sa_local.ss_family = AF_UNSPEC; in kinfo_to_okinfo()