| /src/sbin/canconfig/ |
| canconfig.c | 110 #define do_cmd(a,b,c,d,e,f) do_cmd2((a),(b),(c),(d),(e),NULL,(f)) 111 static int do_cmd2(int, const char *, u_long, void *, size_t, size_t *, int); 426 do_cmd2(int sock, const char *canifname, u_long op, void *arg, size_t argsize, function
|
| /src/sbin/brconfig/ |
| brconfig.c | 148 #define do_cmd(a,b,c,d,e,f) do_cmd2((a),(b),(c),(d),(e),NULL,(f)) 149 static int do_cmd2(int, const char *, u_long, void *, size_t, size_t *, int); 436 if (do_cmd2(sock, bridge, BRDGGIFS, inbuf, nlen, &len, 0) < 0) 477 if (do_cmd2(sock, bridge, BRDGRTS, inbuf, nlen, &len, 0) < 0) 510 do_cmd2(int sock, const char *bridge, u_long op, void *arg, size_t argsize, function
|
| /src/crypto/external/bsd/openssh/dist/ |
| scp.c | 125 int do_cmd2(char *, char *, int, char *, int, int); 337 do_cmd2(char *host, char *remuser, int port, char *cmd, function 382 fatal("do_cmd2: waitpid: %s", strerror(errno)); 1092 if (do_cmd2(thost, tuser, tport, bp,
|