Searched refs:socklen_t (Results 326 - 342 of 342) sorted by relevance

<<11121314

/macosx-10.10/cups-408/cups/test/
H A Dipptool.c4779 socklen_t len = sizeof(buffered); /* Size of return value */
/macosx-10.10/network_cmds-457/ipfw.tproj/
H A Dipfw2.c435 (socklen_t *)optlen);
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c1593 socklen_t nread_size=sizeof(nread);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_network.c1387 setsockopt(sock, SOL_SOCKET, SO_NOADDRERR, &flag, (socklen_t)sizeof(flag));
/macosx-10.10/bind9-45.101/bind9/
H A Dconfigure20770 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "
20776 $as_echo "#define ISC_SOCKADDR_LEN_T socklen_t" >>confdefs.h
24508 int getnameinfo(const struct sockaddr *, socklen_t, char *,
24509 socklen_t, char *, socklen_t, unsigned int);
24519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: socklen_t for buflen; u_int for flags" >&5
24520 $as_echo "socklen_t for buflen; u_int for flags" >&6; }
24522 $as_echo "#define IRS_GETNAMEINFO_BUFLEN_T socklen_t" >>confdefs.h
24534 int getnameinfo(const struct sockaddr *, socklen_t, char *,
24554 $as_echo "#define IRS_GETNAMEINFO_BUFLEN_T socklen_t" >>confdef
[all...]
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure20773 int getsockname(int, struct sockaddr*, socklen_t*)
21619 cv=`echo "socklen_t" | sed 'y%./+- %__p__%'`
21620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5
21621 $as_echo_n "checking for socklen_t... " >&6; }
21644 socklen_t foo;
21660 ac_tr_hdr=HAVE_`echo socklen_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
21662 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "$ac_includes_default"
/macosx-10.10/libpcap-48/libpcap/
H A Dconfigure5994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5
5995 $as_echo_n "checking for socklen_t... " >&6; }
6005 socklen_t x;
/macosx-10.10/lukemftp-14/tnftp/
H A Dconfigure6863 { echo "$as_me:$LINENO: checking for socklen_t" >&5
6864 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
6876 typedef socklen_t ac__type_new_;
/macosx-10.10/tcsh-65/tcsh/
H A Dconfigure6679 { echo "$as_me:$LINENO: checking for socklen_t" >&5
6680 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
6695 typedef socklen_t ac__type_new_;
6741 #define socklen_t int
/macosx-10.10/zsh-61/zsh/
H A Dconfigure11449 for zsh_type in socklen_t int "unsigned long" size_t ; do
/macosx-10.10/curl-83.1.2/curl/
H A Dconfigure27036 for t in socklen_t int size_t 'unsigned int' long 'unsigned long' void; do
27069 for t in socklen_t int; do
27876 for recv_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
28064 for send_arg3 in 'size_t' 'int' 'socklen_t' 'unsigned int'; do
38106 for gni_arg2 in 'socklen_t' 'size_t' 'int'; do
38107 for gni_arg46 in 'size_t' 'int' 'socklen_t' 'unsigned int' 'DWORD'; do
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dconfigure14420 { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5
14421 $as_echo_n "checking for socklen_t... " >&6; }
14436 socklen_t len = 0;
/macosx-10.10/rsync-45/rsync/
H A Dconfigure10469 { echo "$as_me:$LINENO: checking for socklen_t" >&5
10470 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
10483 typedef socklen_t ac__type_new_;
10545 { echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5
10546 echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6; }
10629 { { echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5
10630 echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;}
10640 #define socklen_t $rsync_cv_socklen_t_equiv
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/
H A Dconfigure18293 { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5
18294 $as_echo_n "checking for socklen_t... " >&6; }
18309 socklen_t len = 0;
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A Dconfigure15224 echo "$as_me:$LINENO: checking for socklen_t" >&5
15225 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
15244 socklen_t foo;
15286 #define socklen_t int
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A Dconfigure15216 echo "$as_me:$LINENO: checking for socklen_t" >&5
15217 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
15236 socklen_t foo;
15278 #define socklen_t int
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure29528 { echo "$as_me:$LINENO: checking for socklen_t" >&5
29529 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
29544 typedef socklen_t ac__type_new_;
29588 { echo "$as_me:$LINENO: checking for socklen_t equivalent" >&5
29589 echo $ECHO_N "checking for socklen_t equivalent... $ECHO_C" >&6; }
29652 { { echo "$as_me:$LINENO: error: Cannot find a type to use in place of socklen_t" >&5
29653 echo "$as_me: error: Cannot find a type to use in place of socklen_t" >&2;}
29660 #define socklen_t $db_cv_socklen_t_equiv
[all...]

Completed in 1096 milliseconds

<<11121314