HomeSort by: relevance | last modified time | path
    Searched defs:client_port (Results 1 - 10 of 10) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd_peer.c 125 MAI_SERVPORT_STR client_port; local
155 &client_port, 0)) != 0)
158 state->port = mystrdup(client_port.buf);
  /src/external/ibm-public/postfix/dist/src/global/
deliver_request.c 28 /* char *client_port;
211 static VSTRING *client_port; local
238 client_port = vstring_alloc(10);
270 RECV_ATTR_STR(MAIL_ATTR_LOG_CLIENT_PORT, client_port),
302 request->client_port = mystrdup(vstring_str(client_port));
392 request->client_port = 0;
427 if (request->client_port)
428 myfree(request->client_port);
deliver_request.h 54 char *client_port; /* client port */ member in struct:DELIVER_REQUEST
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_peer.c 189 MAI_SERVPORT_STR client_port; local
221 &client_port, 0)) != 0)
224 state->port = mystrdup(client_port.buf);
  /src/external/mit/libuv/dist/test/
test-udp-ipv6.c 50 static uint16_t client_port; variable
100 if (addr6->sin6_port != client_port)
202 client_port = addr.sin_port;
  /src/external/ibm-public/postfix/dist/src/xsasl/
xsasl.h 55 const char *client_port; member in struct:XSASL_SERVER_CREATE_ARGS
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup.h 119 const char *client_port; /* real or ersatz client */ member in struct:CLEANUP_STATE
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h 315 char *client_port; /* client port */ member in struct:QMGR_MESSAGE
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h 360 char *client_port; /* client port */ member in struct:QMGR_MESSAGE
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 433 int client_port; member in struct:packet

Completed in 42 milliseconds