Home
last modified time | relevance | path

Searched refs:fcep_user (Results 1 – 2 of 2) sorted by relevance

/dports/net/netatalk3/netatalk-3.1.12/bin/misc/
H A Dfce.c77 memcpy(&packet->fcep_user[0], p, packet->fcep_userlen); in unpack_fce_packet()
78 packet->fcep_user[packet->fcep_userlen] = 0; /* 0 terminate strings */ in unpack_fce_packet()
189 printf(", user: %s", packet.fcep_user); in main()
/dports/net/netatalk3/netatalk-3.1.12/include/atalk/
H A Dfce_api.h120 char fcep_user[MAXPATHLEN]; member