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.rs284 pub ll_host: [::c_char; _UTX_HOSTSIZE],
442 && self.ll_host == other.ll_host
452 .field("ll_host", &self.ll_host)
461 self.ll_host.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs480 ll_host: [::c_char; UT_HOSTSIZE],
611 .ll_host
613 .zip(other.ll_host.iter())
634 self.ll_host.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs402 pub ll_host: [::c_char; UT_HOSTSIZE],
609 pub ll_host: [::c_char; _UTX_HOSTSIZE],
782 .ll_host
784 .zip(other.ll_host.iter())
806 self.ll_host.hash(state);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs395 ll_host: [::c_char; UT_HOSTSIZE],
585 .ll_host
587 .zip(other.ll_host.iter())
608 self.ll_host.hash(state);