Home
last modified time | relevance | path

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

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dhinet.c634 case HIPROTO_DTS: in hi_accept_book()
642 if (!(hs = hi_prototab[HIPROTO_DTS].specs)) { in hi_accept_book()
644 hs->proto = HIPROTO_DTS; in hi_accept_book()
646 hs->next = hi_prototab[HIPROTO_DTS].specs; in hi_accept_book()
647 hi_prototab[HIPROTO_DTS].specs = hs; in hi_accept_book()
H A Dhiproto.h28 #define HIPROTO_DTS 3 macro
H A Dhiread.c232 case HIPROTO_DTS: if (dts_decode(hit, io)) goto conn_close; break; /* *** use ret */ in hi_read()