Searched refs:ret_buf (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| D | ntlm.c | 414 ret_buf(krb5_storage *sp, struct sec_buffer *desc, struct ntlm_buf *buf) in ret_buf() function 869 CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0); in heim_ntlm_decode_type2() 1037 CHECK(ret_buf(in, &lm, &type3->lm), 0); in heim_ntlm_decode_type3() 1038 CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0); in heim_ntlm_decode_type3() 1043 CHECK(ret_buf(in, &sessionkey, &type3->sessionkey), 0); in heim_ntlm_decode_type3()
|
| /netbsd/src/sys/dev/pci/ |
| D | if_bnx.c | 1819 bnx_nvram_read(struct bnx_softc *sc, uint32_t offset, uint8_t *ret_buf, in bnx_nvram_read() argument 1860 memcpy(ret_buf, buf + (offset & 3), pre_len); in bnx_nvram_read() 1863 ret_buf += pre_len; in bnx_nvram_read() 1883 memcpy(ret_buf, buf, 4 - extra); in bnx_nvram_read() 1893 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, cmd_flags); in bnx_nvram_read() 1897 ret_buf += 4; in bnx_nvram_read() 1901 rc = bnx_nvram_read_dword(sc, offset32, ret_buf, 0); in bnx_nvram_read() 1905 ret_buf += 4; in bnx_nvram_read() 1915 memcpy(ret_buf, buf, 4 - extra); in bnx_nvram_read()
|
| /netbsd/src/sys/netinet/ |
| D | sctp_input.c | 3512 struct mbuf *ret_buf; in sctp_process_control() local 3513 ret_buf = sctp_handle_cookie_echo(m, iphlen, in sctp_process_control() 3520 ret_buf, length, *offset); in sctp_process_control() 3524 if (ret_buf == NULL) { in sctp_process_control()
|