Home
last modified time | relevance | path

Searched refs:make_options (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-options.h33 uint16_t make_options(int peer, char *buffer, uint16_t size);
H A Dtftp-io.c207 size += make_options(peer, bp, sizeof(buf) - size); in send_wrq()
256 size += make_options(peer, bp, sizeof(buf) - size); in send_rrq()
H A Dtftp-options.c369 make_options(int peer __unused, char *buffer, uint16_t size) { in make_options() function
/freebsd/crypto/openssh/
H A Dssh-sk.c425 make_options(const char *device, const char *user_id, in make_options() function
503 if ((r = make_options(device, userid, &opts)) != 0) in sshsk_enroll()
822 if ((r = make_options(device, NULL, &opts)) != 0) in sshsk_load_resident()