Searched refs:do_cmd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difbridge.c134 do_cmd(int sock, u_long op, void *arg, size_t argsize, int set) function
155 if (do_cmd(sock, BRDGGIFFLGS, &req, sizeof(req), 0) < 0)
163 if (do_cmd(sock, BRDGSIFFLGS, &req, sizeof(req), 1) < 0)
191 if (do_cmd(s, BRDGGIFS, &bifc, sizeof(bifc), 0) < 0)
253 if (do_cmd(s, BRDGRTS, &ifbac, sizeof(ifbac), 0) < 0)
285 if (do_cmd(s, BRDGGCACHE, &param, sizeof(param), 0) < 0)
288 if (do_cmd(s, BRDGGTO, &param, sizeof(param), 0) < 0)
291 if (do_cmd(s, BRDGGFILT, &param, sizeof(param), 0) < 0)
294 if (do_cmd(s, BRDGPARAM, &ifbp, sizeof(ifbp), 0) < 0)
335 if (do_cmd(
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c98 static void do_cmd (int, char **) ATTRIBUTE_NORETURN;
199 do_cmd (argc, argv);
442 do_cmd (int argc, char **argv) function
/macosx-10.9.5/rsync-42/rsync/
H A Dmain.c316 static pid_t do_cmd(char *cmd, char *machine, char *user, char *path, function
341 rprintf(FERROR, "internal: args[] overflowed in do_cmd()\n");
408 rprintf(FERROR, "internal: args[] overflowed in do_cmd()\n");
451 out_of_memory("do_cmd");
1055 * Calls either start_socket_client (for sockets) or do_cmd and
1173 pid = do_cmd(shell_cmd,shell_machine,shell_user,shell_path,
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Drcp.c54 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
215 if (do_cmd(host, tuser, bp, &remin, &remout) < 0)
264 if (do_cmd(host, suser, bp, &remin, &remout) < 0) {
714 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) function
/macosx-10.9.5/network_cmds-433/dnctl/
H A Ddnctl.c205 do_cmd(int optname, void *optval, socklen_t *optlen) function
518 if (do_cmd(IP_DUMMYNET_GET, data, &nbytes) < 0) {
576 i = do_cmd(IP_DUMMYNET_DEL, &p, &len);
940 i = do_cmd(IP_DUMMYNET_CONFIGURE, &p, &len);
964 if (do_cmd(IP_DUMMYNET_FLUSH, NULL, 0) < 0)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dscp.c129 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
243 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) function
312 * This functions executes a command simlar to do_cmd(), but expects the
313 * input and output descriptors to be setup by a previous call to do_cmd().
634 if (do_cmd(host, suser, bp, &remin, &remout) < 0)
688 if (do_cmd(host, tuser, bp, &remin,
741 if (do_cmd(host, suser, bp, &remin, &remout) < 0) {
/macosx-10.9.5/network_cmds-433/ipfw.tproj/
H A Dipfw2.c407 do_cmd(int optname, void *optval, uintptr_t optlen) function
1618 if (do_cmd(IP_FW_GET, data, (uintptr_t)&nbytes) < 0)
1651 i = do_cmd(IP_FW_DEL, &rule, sizeof(rule));
1674 i = do_cmd(IP_FW_DEL, &rule, sizeof(rule));
1707 i = do_cmd(IP_FW_DEL, &rule, sizeof(rule));
1779 if (do_cmd(ocmd, data, (uintptr_t)&nbytes) < 0)
2198 i = do_cmd(IP_DUMMYNET_DEL, &p, sizeof p);
2212 i = do_cmd(IP_FW_DEL, &rule, sizeof(rule));
2586 i = do_cmd(IP_DUMMYNET_CONFIGURE, &p, sizeof p);
3579 if (do_cmd(IP_FW_AD
[all...]

Completed in 306 milliseconds