Searched refs:macbuf (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.bin/ftp/ |
| H A D | ruserpass.c | 221 macros[macnum].mac_start = macbuf; in ruserpass() 228 while (tmp != macbuf + 4096) { in ruserpass() 248 if (tmp == macbuf + 4096) { in ruserpass()
|
| H A D | ftp_var.h | 222 extern char macbuf[4096];
|
| H A D | cmds.c | 1529 macros[macnum].mac_start = macbuf; in macdef() 1533 while (tmp != macbuf+4096) { in macdef()
|
| H A D | main.c | 186 char macbuf[4096]; variable
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | packet.c | 1142 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; in ssh_packet_send2_wrapped() 1247 macbuf, sizeof(macbuf))) != 0) in ssh_packet_send2_wrapped() 1264 cp, len, macbuf, sizeof(macbuf))) != 0) in ssh_packet_send2_wrapped() 1269 if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0) in ssh_packet_send2_wrapped() 1143 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; ssh_packet_send2_wrapped() local
|
| /openbsd-src/sys/net/ |
| H A D | trunklacp.c | 1779 char macbuf[LACP_MACSTR_MAX+1]; in lacp_format_systemid() local 1783 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf))); in lacp_format_systemid()
|