Searched refs:appltag (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dappl.c91 u_char appltag[ 4 ]; local
94 while (( cc = read( sfd, buf, sizeof(appltag) + sizeof( u_short ))) > 0 ) {
95 p = buf + sizeof(appltag);
207 u_char appltag[ 4 ]; local
228 memcpy( appltag, ibuf, sizeof( appltag ));
229 ibuf += sizeof( appltag );
263 p -= sizeof( appltag );
264 memcpy(p, appltag, sizeof( appltag ));
366 u_char appltag[ 4 ]; local
[all...]

Completed in 49 milliseconds