OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:macbuf
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/crypto/opencrypto/
h_gcm.c
58
unsigned char
macbuf
[16];
local
77
memset(
macbuf
, 0, sizeof(
macbuf
));
83
co.mac =
macbuf
;
91
if (memcmp(
macbuf
, hash, sizeof(hash)))
102
for (i = 0; i < sizeof(
macbuf
); i++)
103
printf("%02x ",
macbuf
[i]);
108
memset(
macbuf
, 0, sizeof(
macbuf
));
114
co.mac =
macbuf
;
[
all
...]
/src/sys/net/agr/
ieee8023ad_lacp_debug.c
68
char
macbuf
[LACP_MACSTR_MAX+1];
local
72
lacp_format_mac(sysid->lsi_mac,
macbuf
, sizeof(
macbuf
)));
/src/lib/libcompat/4.3/
ruserpass.c
56
char *mac_start; /* start of macro in
macbuf
*/
57
char *mac_end; /* end of macro in
macbuf
*/
64
static char
macbuf
[4096];
variable
225
macros[macnum].mac_start =
macbuf
;
232
while (tmp !=
macbuf
+ 4096) {
248
if (tmp ==
macbuf
+ 4096) {
/src/sys/dev/pci/
hifn7751.c
2564
uint8_t *
macbuf
;
local
2566
macbuf
= resbuf + sizeof(struct hifn_base_result);
2568
macbuf
+= sizeof(struct hifn_comp_result);
2569
macbuf
+= sizeof(struct hifn_mac_result);
2586
crd->crd_inject, len,
macbuf
);
2588
memcpy(crp->crp_mac, (void *)
macbuf
, len);
/src/usr.bin/ftp/
ftp_var.h
142
char *mac_start; /* start of macro in
macbuf
*/
143
char *mac_end; /* end of macro in
macbuf
*/
306
GLOBAL char
macbuf
[4096];
variable
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026