X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=elemtcp.tex;h=3e2b0c7ca8f9dc2b45a73dcc8edce7f86e819910;hp=1b306d662f55db28e8db58c83224cdee6f057846;hb=e2a1ad24365266ea8846b688addd4e7694428969;hpb=5a59e67204ff436dceb6a13ed39e876aea3945a8 diff --git a/elemtcp.tex b/elemtcp.tex index 1b306d6..3e2b0c7 100644 --- a/elemtcp.tex +++ b/elemtcp.tex @@ -762,8 +762,8 @@ connessione con un server TCP, il prototipo della funzione un indirizzo broadcast senza che il socket fosse stato abilitato per il broadcast. \end{errlist} - altri errori possibili sono: \const{EFAULT}, \const{EBADF}, - \const{ENOTSOCK}, \const{EISCONN} e \const{EADDRINUSE}.} + altri errori possibili sono: \errval{EFAULT}, \errval{EBADF}, + \errval{ENOTSOCK}, \errval{EISCONN} e \errval{EADDRINUSE}.} \end{prototype} La struttura dell'indirizzo deve essere inizializzata con l'indirizzo IP e il @@ -977,10 +977,10 @@ viene messo in attesa. Il prototipo della funzione memoria di sistema. \end{errlist} Inoltre possono essere restituiti gli errori di rete relativi al nuovo - socket come: \const{EMFILE}, \const{EINVAL}, \const{ENOSR}, \const{ENOBUFS}, - \const{EFAULT}, \const{EPERM}, \const{ECONNABORTED}, - \const{ESOCKTNOSUPPORT}, \const{EPROTONOSUPPORT}, \const{ETIMEDOUT}, - \const{ERESTARTSYS}.} + socket come: \errval{EMFILE}, \errval{EINVAL}, \errval{ENOSR}, + \errval{ENOBUFS}, \errval{EFAULT}, \errval{EPERM}, \errval{ECONNABORTED}, + \errval{ESOCKTNOSUPPORT}, \errval{EPROTONOSUPPORT}, \errval{ETIMEDOUT}, + \errval{ERESTARTSYS}.} \end{prototype} La funzione può essere usata solo con socket che supportino la connessione