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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.c130 iface->i_rt->rt_firstnet = iface->i_rt->rt_lastnet = rh->rh_net;
258 ntohs(rtmp->rt_lastnet));
297 ntohs(replace->rt_lastnet));
306 rtmp->rt_lastnet == replace->rt_lastnet ) {
353 ntohs( r->rt_lastnet ) >= ntohs( rtmp->rt_firstnet )) ||
354 ( ntohs( r->rt_firstnet ) <= ntohs( rtmp->rt_lastnet ) &&
355 ntohs( r->rt_lastnet ) >= ntohs( rtmp->rt_lastnet ))) {
369 r->rt_lastnet !
[all...]
H A Drtmp.h36 u_short rt_firstnet, rt_lastnet; member in struct:rtmptab
H A Dconfig.c266 if ( iface->i_rt->rt_lastnet != iface->i_rt->rt_firstnet ) {
267 fprintf( newconf, "-%d", ntohs( iface->i_rt->rt_lastnet ));
604 iface->i_rt->rt_firstnet = iface->i_rt->rt_lastnet = htons( net );
614 iface->i_rt->rt_lastnet = htons( net );
618 ntohs( iface->i_rt->rt_lastnet ) <
622 ntohs( iface->i_rt->rt_lastnet ),
626 if ( iface->i_rt->rt_firstnet != iface->i_rt->rt_lastnet ) {
650 ntohs( iface->i_rt->rt_lastnet ) <
655 ntohs( iface->i_rt->rt_lastnet ));
663 iface->i_rt->rt_firstnet = iface->i_rt->rt_lastnet
[all...]
H A Dzip.c337 ntohs( rtmp->rt_lastnet ),
349 ntohs( rtmp->rt_lastnet ),
415 ntohs( rtmp->rt_lastnet ),
431 ntohs( rtmp->rt_lastnet ),
533 memcpy( data, &iface->i_rt->rt_lastnet, sizeof( u_short ));
592 ntohs( iface->i_rt->rt_lastnet )) {
687 lastnet != iface->i_rt->rt_lastnet ) {
694 ntohs( iface->i_rt->rt_lastnet ));
709 iface->i_rt->rt_lastnet = lastnet;
804 ntohs( iface->i_rt->rt_lastnet ) <
[all...]
H A Dmain.c300 iface->i_rt->rt_lastnet = htons( STARTUP_LASTNET );
393 gate->g_iface->i_rt->rt_lastnet =
555 rt.rt_net = iface->i_rt->rt_lastnet;
612 rt.rt_net = rtmp->rt_lastnet;
684 ntohs( rtmp->rt_lastnet ));
695 ntohs( rtmp->rt_lastnet ),
754 ntohs( iface->i_rt->rt_lastnet ));
778 ntohs( rt->rt_lastnet ));
820 ntohs( rt->rt_lastnet ),
976 iface->i_rt->rt_firstnet = iface->i_rt->rt_lastnet
[all...]

Completed in 68 milliseconds