Home
last modified time | relevance | path

Searched refs:VALIDATE_NETPORT (Results 1 – 2 of 2) sorted by relevance

/dports/net/serveez/serveez-0.2.2/src/
H A Dguile-api.c61 #define VALIDATE_NETPORT(port, cell, arg) do { \ macro
143 VALIDATE_NETPORT (p, port, SCM_ARG3);
262 VALIDATE_NETPORT (i, netshort, SCM_ARG1);
280 VALIDATE_NETPORT (i, hostshort, SCM_ARG1);
425 VALIDATE_NETPORT (port, SCM_CDR (address), SCM_ARG2);
459 VALIDATE_NETPORT (port, SCM_CDR (address), SCM_ARG2);
H A DChangeLog1593 * guile-api.c (VALIDATE_NETPORT): Use ‘gi_scm2long’.