Home
last modified time | relevance | path

Searched refs:srcstrip (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfsmount/
H A Dmastercomm.c128 static char srcstrip[17]; variable
610 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
611 srcstrip[16]=0; in fs_resolve()
678 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
680 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1114 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dmastercomm.cc107 static char srcstrip[17]; variable
441 snprintf(srcstrip, 17, "%" PRIu32 ".%" PRIu32 ".%" PRIu32 ".%" PRIu32, in fs_resolve()
443 srcstrip[16] = 0; in fs_resolve()
506 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
508 lzfs_pretty_syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
882 lzfs_pretty_syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Dmastercomm.c187 static char srcstrip[17]; variable
1296 …snprintf(srcstrip,17,"%"PRIu32".%"PRIu32".%"PRIu32".%"PRIu32,(srcip>>24)&0xFF,(srcip>>16)&0xFF,(sr… in fs_resolve()
1297 srcstrip[16]=0; in fs_resolve()
1381 fprintf(stderr,"can't bind socket to given ip (\"%s\")\n",srcstrip); in fs_connect()
1383 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_connect()
1850 syslog(LOG_WARNING,"can't bind socket to given ip (\"%s\")",srcstrip); in fs_reconnect()