Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c47 int udb_type; /* type of entry */ member
212 switch (up->udb_type)
636 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
642 switch (up->udb_type)
708 for (up = UdbEnts; up->udb_type != UDB_EOLIST; up++)
710 switch (up->udb_type)
955 up->udb_type = UDB_FORWARD;
967 up->udb_type = UDB_HESIOD;
1061 up->udb_type = UDB_EOLIST;
1079 up->udb_type = UDB_DBFETCH;
[all …]