Home
last modified time | relevance | path

Searched refs:mgmt_socket (Results 1 – 5 of 5) sorted by relevance

/dports/net/vde2/vde2-2.3.2/src/kvde_switch/
H A Dconsmgmt.c51 static char *mgmt_socket = NULL; variable
500 if (type == mgmt_ctl && mgmt_socket != NULL) { in cleanup()
501 unlink(mgmt_socket); in cleanup()
550 mgmt_socket=strdup(optarg); in parseopt()
592 if(mgmt_socket != NULL) { in init()
611 snprintf(sun.sun_path,sizeof(sun.sun_path),"%s",mgmt_socket); in init()
647 if (mgmt_socket) in showinfo()
648 printoutc(fd,"mgmt %s perm 0%03o",mgmt_socket,mgmt_mode); in showinfo()
/dports/net/vde2/vde2-2.3.2/src/vde_switch/
H A Dconsmgmt.c56 static char *mgmt_socket = NULL; variable
490 if (type == mgmt_ctl && mgmt_socket != NULL) { in cleanup()
491 unlink(mgmt_socket); in cleanup()
544 mgmt_socket=strdup(optarg); in parseopt()
595 if(mgmt_socket != NULL) { in init()
614 snprintf(sun.sun_path,sizeof(sun.sun_path),"%s",mgmt_socket); in init()
650 if (mgmt_socket) in showinfo()
651 printoutc(fd,"mgmt %s perm 0%03o",mgmt_socket,mgmt_mode); in showinfo()
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/utils/
H A DMgmtSocket.h84 int mgmt_socket(int domain, int type, int protocol);
H A DMgmtSocket.cc234 mgmt_socket(int domain, int type, int protocol) in mgmt_socket() function
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/utils/unit_tests/
H A Dtest_marshall.cc153 fd = mgmt_socket(AF_INET, SOCK_STREAM, 0); in message_listen()
185 clientfd = mgmt_socket(AF_INET, SOCK_STREAM, 0);