Searched refs:make_options (Results 1 – 4 of 4) sorted by relevance
| /freebsd/libexec/tftpd/ |
| H A D | tftp-options.h | 33 uint16_t make_options(int peer, char *buffer, uint16_t size);
|
| H A D | tftp-io.c | 207 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 D | tftp-options.c | 369 make_options(int peer __unused, char *buffer, uint16_t size) { in make_options() function
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-sk.c | 425 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()
|