Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/kdc/
H A Dextern.c40 krb5_int32 max_dgram_reply_size = MAX_DGRAM_SIZE;
H A Dmain.c638 max_dgram_reply_size = MAX_DGRAM_SIZE; in initialize_realms()
/freebsd/krb5/include/
H A Dosconf.h113 #define MAX_DGRAM_SIZE 65536 macro
/freebsd/crypto/krb5/src/include/
H A Dosconf.hin113 #define MAX_DGRAM_SIZE 65536
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dsendto_kdc.c735 *udpbufp = malloc(MAX_DGRAM_SIZE); in add_connection()
742 state->in.bufsize = MAX_DGRAM_SIZE; in add_connection()
/freebsd/crypto/krb5/src/lib/apputils/
H A Dnet-server.c1092 char pktbuf[MAX_DGRAM_SIZE];