Home
last modified time | relevance | path

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

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dhiproto.h27 #define HIPROTO_SIS 2 macro
H A Dsmtp.c151 io->pair = hi_prototab[HIPROTO_SIS].specs->conns;
152 hi_prototab[HIPROTO_SIS].specs->conns->pair = io; /* But there could be multiple? */
H A Dhiread.c231 case HIPROTO_SIS: if (sis_decode(hit, io)) goto conn_close; break; /* *** use ret */ in hi_read()