Searched refs:ushort (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfig_zkt.h113 typedef unsigned short ushort; typedef
H A Ddki.h107 ushort algo; /* key algorithm */
108 ushort proto; /* must be 3 (DNSSEC) */
176 extern ushort dki_lifetimedays (const dki_t *dkp);
177 extern ushort dki_setlifetime (dki_t *dkp, int days);
H A Dconfig.h.in231 #undef ushort
H A Ddki.c927 ushort dki_lifetimedays (const dki_t *dkp)
947 ushort dki_setlifetime (dki_t *dkp, int days)
1014 return dkp->flags |= (ushort)flag;
1022 return dkp->flags &= ~((ushort)flag);
H A Dconfigure3465 { echo "$as_me:$LINENO: checking for ushort" >&5
3466 echo $ECHO_N "checking for ushort... $ECHO_C" >&6; }
3477 typedef ushort ac__type_new_;
3523 #define ushort unsigned short

Completed in 26 milliseconds