Searched refs:syncaddr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Dauth.h81 struct netbuf syncaddr; /* time sync addr */ member in struct:des_clnt_data
83 /* with the syncaddr. */
90 struct netbuf32 syncaddr; /* time sync addr */ member in struct:des_clnt_data32
92 /* with the syncaddr. */
/freebsd-9.3-release/sys/rpc/
H A Dauth.h81 struct netbuf syncaddr; /* time sync addr */ member in struct:des_clnt_data
83 /* with the syncaddr. */
90 struct netbuf32 syncaddr; /* time sync addr */ member in struct:des_clnt_data32
92 /* with the syncaddr. */
/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_soc.c425 authdes_create(servername, window, syncaddr, ckey)
428 struct sockaddr *syncaddr; /* optional hostaddr to sync with */
435 if (syncaddr) {
440 if (getnameinfo(syncaddr, syncaddr->sa_len, hostname,
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmount_fs.c632 /* set up syncaddr field */
633 nap->syncaddr = (struct netbuf *) NULL;
908 nbp = nap->syncaddr;
909 plog(XLOG_DEBUG, "NA->syncaddr {netbuf} %p", nbp);

Completed in 162 milliseconds