Searched refs:firstnet (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/atalkd/
H A Dzip.c98 u_short firstnet, lastnet, index, nz; local
136 memcpy( &firstnet, data, sizeof( u_short ));
140 * Look for the given network number (firstnet).
145 if ( firstnet == rtmp->rt_firstnet ) {
207 memcpy( reply, &firstnet, sizeof( u_short ));
234 memcpy( reply, &firstnet, sizeof( u_short ));
276 memcpy( &firstnet, data, sizeof( u_short ));
279 if ( rtmp && rtmp->rt_firstnet != firstnet ) {
290 if ( firstnet == gate->g_iface->i_rt->rt_firstnet ) {
294 if ( rtmp->rt_firstnet == firstnet ) {
[all...]

Completed in 156 milliseconds