Home
last modified time | relevance | path

Searched defs:incoming_message (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dsendto_kdc.c103 struct incoming_message { struct
104 size_t bufsizebytes_read;
105 size_t bufsize;
106 size_t pos;
107 char *buf;
108 unsigned char bufsizebytes[4];
132 struct incoming_message in; argument