Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dsm_resolve.c59 int st_type; member
99 return p->st_type;
121 if (type == p->st_type)
/mirbsd/src/libexec/spamd/
Dsync.c305 switch (ntohs(tlv->st_type)) { in sync_recv()
380 printf("invalid type: %d\n", ntohs(tlv->st_type)); in sync_recv()
492 end.st_type = htons(SPAM_SYNC_END); in sync_update()
548 end.st_type = htons(SPAM_SYNC_END); in sync_addr()
Dsync.h53 u_int16_t st_type; member