OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:known_tcp_ports
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
known_tcp_ports.c
1
/* $NetBSD:
known_tcp_ports
.c,v 1.2 2022/10/08 16:12:50 christos Exp $ */
5
/*
known_tcp_ports
3
9
/* #include <
known_tcp_ports
.h>
69
#include <
known_tcp_ports
.h>
73
static HTABLE *
known_tcp_ports
;
variable
83
if (
known_tcp_ports
== 0)
84
known_tcp_ports
= htable_create(10);
85
if (htable_locate(
known_tcp_ports
, name) != 0)
87
(void) htable_enter(
known_tcp_ports
, name, mystrdup(port));
97
if (name_or_port == 0 ||
known_tcp_ports
== 0 || alldig(name_or_port))
[
all
...]
myaddrinfo.c
214
#include <
known_tcp_ports
.h>
/src/external/ibm-public/postfix/dist/src/global/
config_known_tcp_ports.c
45
#include <
known_tcp_ports
.h>
/src/external/ibm-public/postfix/lib/util/
Makefile
118
known_tcp_ports
.c \
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_connect.c
99
#include <
known_tcp_ports
.h>
/src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c
389
#include <
known_tcp_ports
.h>
Completed in 48 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026