HomeSort by: relevance | last modified time | path
    Searched refs:dict_tcp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict_tcp.c 1 /* $NetBSD: dict_tcp.c,v 1.3 2026/05/09 18:49:22 christos Exp $ */
5 /* dict_tcp 3
9 /* #include <dict_tcp.h>
100 #include <dict_tcp.h>
109 } DICT_TCP;
119 static int dict_tcp_connect(DICT_TCP *dict_tcp)
127 if ((fd = inet_connect(dict_tcp->dict.name, NON_BLOCKING, DICT_TCP_TMOUT)) < 0) {
128 msg_warn("connect to TCP map %s: %m", dict_tcp->dict.name);
131 dict_tcp->fp = vstream_fdopen(fd, O_RDWR)
158 DICT_TCP *dict_tcp = (DICT_TCP *) dict; local
272 DICT_TCP *dict_tcp = (DICT_TCP *) dict; local
289 DICT_TCP *dict_tcp; local
    [all...]
dict_open.c 365 #include <dict_tcp.h>
  /src/external/ibm-public/postfix/lib/util/
Makefile 72 dict_tcp.c \

Completed in 38 milliseconds