Home
last modified time | relevance | path

Searched refs:ll_host (Results 1 – 6 of 6) sorted by relevance

/external/musl/include/
Dutmp.h18 char ll_host[UT_HOSTSIZE]; member
/external/ppp/pppd/
Dsession.c394 (void)strncpy(ll.ll_host, ifname, sizeof(ll.ll_host));
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs437 pub ll_host: [::c_char; _UTX_HOSTSIZE],
595 && self.ll_host == other.ll_host
605 .field("ll_host", &self.ll_host)
614 self.ll_host.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs588 ll_host: [::c_char; UT_HOSTSIZE],
719 .ll_host
721 .zip(other.ll_host.iter())
742 self.ll_host.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs402 pub ll_host: [::c_char; UT_HOSTSIZE],
733 pub ll_host: [::c_char; _UTX_HOSTSIZE],
906 .ll_host
908 .zip(other.ll_host.iter())
930 self.ll_host.hash(state);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs529 ll_host: [::c_char; UT_HOSTSIZE],
735 .ll_host
737 .zip(other.ll_host.iter())
758 self.ll_host.hash(state);