Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_des.c86 struct ad_private { struct
87 char *ad_fullname; /* client's full name */
88 u_int ad_fullnamelen; /* length of name, rounded up */
89 char *ad_servername; /* server's full name */
90 u_int ad_servernamelen; /* length of name, rounded up */
91 u_int ad_window; /* client specified window */
92 bool_t ad_dosync; /* synchronize? */
93 struct netbuf ad_syncaddr; /* remote host to synch with */
94 char *ad_timehost; /* remote host to synch with */
95 struct timeval ad_timediff; /* server's time - client's time */
[all …]
/freebsd/sys/dev/acpica/
H A Dacpivar.h89 void *ad_private; member