Searched refs:make_options (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 208 size += make_options(peer, bp, sizeof(buf) - size); in send_wrq() 257 size += make_options(peer, bp, sizeof(buf) - size); in send_rrq()
|
| H A D | tftp-options.c | 370 make_options(int peer __unused, char *buffer, uint16_t size) { in make_options() function
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ssh-sk.c | 410 make_options(const char *device, const char *user_id, in make_options() function 488 if ((r = make_options(device, userid, &opts)) != 0) in sshsk_enroll() 807 if ((r = make_options(device, NULL, &opts)) != 0) in sshsk_load_resident()
|