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

/freebsd-11-stable/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-11-stable/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-11-stable/lib/libc/rpc/
H A Drpc_soc.c389 authdes_create(char *servername, u_int window, struct sockaddr *syncaddr, argument
394 * struct sockaddr *syncaddr; // optional hostaddr to sync with
402 if (syncaddr) {
407 if (getnameinfo(syncaddr, syncaddr->sa_len, hostname,
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c754 nbp = nap->syncaddr;
755 plog(XLOG_DEBUG, "NA->syncaddr {netbuf} %p", nbp);
1020 /* set up syncaddr field */
1021 nap->syncaddr = (struct netbuf *) NULL;

Completed in 99 milliseconds