Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_append_service.c70 VSTRING *in_buf = vstring_alloc(100); in bounce_append_service() local
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dhost_port.c181 VSTRING *in_buf = vstring_alloc(10); in main() local
Dbyte_mask.c282 VSTRING *in_buf = vstring_alloc(1); in main() local
Dname_mask.c492 VSTRING *in_buf = vstring_alloc(1); in main() local
/netbsd/src/external/bsd/ppp/dist/pppd/
Dpeap.c84 u_char *in_buf; member
187 static void verify_compound_mac(struct peap_state *psm, u_char *in_buf) in verify_compound_mac()
277 static void peap_do_inner_eap(u_char *in_buf, int in_len, eap_state *esp, int id, in peap_do_inner_eap()
/netbsd/src/external/public-domain/xz/dist/src/xzdec/
Dxzdec.c164 uint8_t in_buf[BUFSIZ]; in uncompress() local
/netbsd/src/usr.bin/config/
Dscan.l108 YY_BUFFER_STATE in_buf; /* previous lex state */ member
/netbsd/src/external/public-domain/xz/dist/src/xz/
Dcoder.c39 static io_buf in_buf; variable
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_tnc.c20 struct wpabuf *in_buf; member
Deap_wsc.c22 struct wpabuf *in_buf; member
Deap_ikev2.c20 struct wpabuf *in_buf; member
/netbsd/src/external/bsd/wpa/dist/src/eap_server/
Deap_server_wsc.c22 struct wpabuf *in_buf; member
Deap_server_tnc.c23 struct wpabuf *in_buf; member
Deap_server_ikev2.c20 struct wpabuf *in_buf; member
Deap_server_ttls.c1015 struct wpabuf *in_buf) in eap_ttls_process_phase2()
Deap_server_peap.c1110 struct wpabuf *in_buf) in eap_peap_process_phase2()
Deap_server_fast.c1387 struct wpabuf *in_buf) in eap_fast_process_phase2()
Deap_server_teap.c1713 struct wpabuf *in_buf) in eap_teap_process_phase2()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dregcache.c1226 const gdb_byte *in_buf, gdb_byte *out_buf, in transfer_regset_register()
1265 int regnum, const gdb_byte *in_buf, in transfer_regset()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dumac.c187 UINT8 in_buf[AES_BLOCK_LEN] = {0}; in kdf() local
/netbsd/src/external/zlib/pigz/dist/
Dpigz.c490 unsigned char in_buf[BUF]; /* input buffer */ member