Home
last modified time | relevance | path

Searched refs:familyp (Results 1 – 14 of 14) sorted by relevance

/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtransutil.c91 TRANS(ConvertAddress)(familyp,addrlenp,addrp)
92 int *familyp;
99 switch( *familyp )
127 *familyp=FamilyLocal;
131 *familyp=FamilyInternet;
146 *familyp=FamilyDECnet;
157 *familyp=FamilyLocal;
165 *familyp=FamilyAmoeba;
172 *familyp=FamilyInternet;
179 *familyp, 0,0 );
[all …]
H A DXtrans.c994 TRANS(GetMyAddr) (ciptr, familyp, addrlenp, addrp)
997 int *familyp; variable
1004 *familyp = ciptr->family;
1018 TRANS(GetPeerAddr) (ciptr, familyp, addrlenp, addrp)
1021 int *familyp; variable
1028 *familyp = ciptr->family;
H A DXtransam.c348 MakeAmConnection(phostname, idisplay, familyp, saddrlenp, saddrp) in MakeAmConnection() argument
351 int *familyp; /* RETURN */
419 *familyp = AF_AMOEBA;
509 *familyp = AF_INET;
/dports/x11/xtrans/xtrans-1.4.0/
H A DXtransutil.c96 switch( *familyp ) in TRANS()
115 *familyp=FamilyLocal; in TRANS()
119 *familyp=FamilyInternet; in TRANS()
135 *familyp=FamilyLocal; in TRANS()
143 *familyp=FamilyLocal; in TRANS()
147 *familyp=FamilyInternet; in TRANS()
154 *familyp=FamilyInternet6; in TRANS()
167 *familyp=FamilyLocal; in TRANS()
175 *familyp=FamilyLocal; in TRANS()
182 *familyp); in TRANS()
[all …]
H A DXtrans.c976 TRANS(GetPeerAddr) (XtransConnInfo ciptr, int *familyp, int *addrlenp, in TRANS()
982 *familyp = ciptr->family; in TRANS()
/dports/audio/nas/nas-1.9.4/lib/audio/
H A DConnSvr.c759 int *familyp, /* RETURN */ in MakeDECnetConnection() argument
789 *familyp = AuNetworkDECnet; in MakeDECnetConnection()
822 int *familyp, /* RETURN */ in MakeUNIXSocketConnection() argument
916 int *familyp, /* RETURN */ in MakeTCPConnection() argument
1143 *familyp = AuNetworkInternet; in MakeTCPConnection()
1202 int *familyp, /* RETURN */ in MakeLOCALConnection() argument
1259 familyp, saddrlenp, saddrp); in MakeLOCALConnection()
1438 int *familyp, /* RETURN */ in MakeAmConnection() argument
1508 *familyp = FamilyAmoeba; in MakeAmConnection()
1597 *familyp = FamilyInternet; in MakeAmConnection()
H A Dnameaddr.c238 int *familyp, /* return */ in _AuMakeStreamsConnection() argument
266 *familyp = FamilyLocal; in _AuMakeStreamsConnection()
285 tcpfamilyp = familyp; in _AuMakeStreamsConnection()
H A Dnameserver.c595 int *familyp, /* return */
634 *familyp = FamilyLocal;
649 tcpfamilyp = familyp;
/dports/x11/xauth/xauth-1.1/
H A Dparsedpy.c99 int *familyp, /* return */ in parse_displayname() argument
254 *familyp = family; in parse_displayname()
H A Dxauth.h54 extern Bool parse_displayname ( const char *displayname, int *familyp, char **hostp, int *dpynump, …
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_open.c51 db_full_version(familyp, releasep, majverp, minverp, patchp) in db_full_version() argument
52 int *familyp, *releasep, *majverp, *minverp, *patchp; in db_full_version()
54 if (familyp != NULL)
55 *familyp = DB_VERSION_FAMILY;
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dprocess.c2572 get_lisp_to_sockaddr_size (Lisp_Object address, int *familyp) in get_lisp_to_sockaddr_size() argument
2581 *familyp = AF_INET; in get_lisp_to_sockaddr_size()
2587 *familyp = AF_INET6; in get_lisp_to_sockaddr_size()
2595 *familyp = AF_LOCAL; in get_lisp_to_sockaddr_size()
2606 *familyp = XFIXNUM (XCAR (address)); in get_lisp_to_sockaddr_size()
/dports/editors/emacs/emacs-27.2/src/
H A Dprocess.c2621 get_lisp_to_sockaddr_size (Lisp_Object address, int *familyp) in get_lisp_to_sockaddr_size() argument
2630 *familyp = AF_INET; in get_lisp_to_sockaddr_size()
2636 *familyp = AF_INET6; in get_lisp_to_sockaddr_size()
2644 *familyp = AF_LOCAL; in get_lisp_to_sockaddr_size()
2655 *familyp = XFIXNUM (XCAR (address)); in get_lisp_to_sockaddr_size()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckctel.c1100 fwdx_parse_displayname (char *displayname, int *familyp, char **hostp, in fwdx_parse_displayname() argument
1103 fwdx_parse_displayname (displayname, familyp, hostp, dpynump, scrnump, restp) in fwdx_parse_displayname()
1105 int *familyp; /* return */
1228 if ( familyp )
1229 *familyp = family;