Searched refs:ssn (Results 1 - 25 of 166) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lltdc/src/
H A Dsessionmgr.c78 is_conflicting_ssn( session_t *ssn )
81 (ssn != g_topo_session) && /* and this is not the same session, */
82 (ssn->ssn_TypeOfSvc == ToS_TopologyDiscovery) && /* and this IS a topo-ssn Discover, */
84 !(ETHERADDR_EQUALS(&ssn->ssn_mapper_real, &g_topo_session->ssn_mapper_real)))
113 /* The first Topo ssn is the definitive one */
114 /**/ DEBUG({printf("session's ToS is %s %d\n",Lld2_tos_names[evt->ssn->ssn_TypeOfSvc],evt->ssn->ssn_TypeOfSvc);})
115 if ((evt->ssn->ssn_TypeOfSvc == ToS_TopologyDiscovery) &&
118 /**/ DEBUG({printf("noting new TOPO session @ %X\n",(uint)evt->ssn);})
261 session_t *ssn = &g_sessions[0]; local
381 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dstate.c51 g_this_event.ssn = (session_t*) cookie;
64 g_this_event.ssn = g_topo_session;
75 g_this_event.ssn = (session_t*) cookie;
83 g_this_event.ssn = (session_t*) cookie;
84 g_this_event.ssn->ssn_InactivityTimer = NULL;
93 session_t *ssn = &g_sessions[0]; local
96 for (i=0; i < MAX_NUM_SESSIONS; ssn++, i++)
98 if ( (ssn->ssn_is_valid) && (ETHERADDR_EQUALS(&ssn->ssn_mapper_real, this_addr)) )
100 //*/ DEBUG({printf("find_session returning session %d @ %X\n",i,(uint)ssn);})
112 session_t *ssn = &g_sessions[0]; local
268 session_t *ssn = &g_sessions[0]; local
327 session_t *ssn = &g_sessions[0]; local
346 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dctstate.c201 g_this_event.ssn = (session_t*) cookie;
214 g_this_event.ssn = g_topo_session;
225 g_this_event.ssn = (session_t*) cookie;
233 g_this_event.ssn = (session_t*) cookie;
234 g_this_event.ssn->ssn_InactivityTimer = NULL;
243 session_t *ssn = &g_sessions[0]; local
246 for (i=0; i < MAX_NUM_SESSIONS; ssn++, i++)
248 if ( (ssn->ssn_is_valid) && (ETHERADDR_EQUALS(&ssn->ssn_mapper_real, this_addr)) )
250 DEBUG({printf("find_session returning session %d @ %X\n",i,(uint)ssn);})
262 session_t *ssn = &g_sessions[0]; local
580 session_t *ssn = &g_sessions[0]; local
599 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dsmevent.h54 session_t *ssn; // NULL if unknown or not applicable member in struct:__anon4643
H A Denumeration.c70 if (g_this_event.ssn->ssn_state == smS_Complete)
129 printf("smE[%p%s] (Pausing): Entered with event %s", evt->ssn,
130 (evt->ssn == g_topo_session)?"-T":"", smEvent_names[evt->evtType]);
248 if (evt->ssn->ssn_state!=smS_Complete)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lltdc/src/
H A Dsessionmgr.c78 is_conflicting_ssn( session_t *ssn )
81 (ssn != g_topo_session) && /* and this is not the same session, */
82 (ssn->ssn_TypeOfSvc == ToS_TopologyDiscovery) && /* and this IS a topo-ssn Discover, */
84 !(ETHERADDR_EQUALS(&ssn->ssn_mapper_real, &g_topo_session->ssn_mapper_real)))
113 /* The first Topo ssn is the definitive one */
114 /**/ DEBUG({printf("session's ToS is %s %d\n",Lld2_tos_names[evt->ssn->ssn_TypeOfSvc],evt->ssn->ssn_TypeOfSvc);})
115 if ((evt->ssn->ssn_TypeOfSvc == ToS_TopologyDiscovery) &&
118 /**/ DEBUG({printf("noting new TOPO session @ %X\n",(uint)evt->ssn);})
261 session_t *ssn = &g_sessions[0]; local
381 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dstate.c51 g_this_event.ssn = (session_t*) cookie;
64 g_this_event.ssn = g_topo_session;
75 g_this_event.ssn = (session_t*) cookie;
83 g_this_event.ssn = (session_t*) cookie;
84 g_this_event.ssn->ssn_InactivityTimer = NULL;
93 session_t *ssn = &g_sessions[0]; local
96 for (i=0; i < MAX_NUM_SESSIONS; ssn++, i++)
98 if ( (ssn->ssn_is_valid) && (ETHERADDR_EQUALS(&ssn->ssn_mapper_real, this_addr)) )
100 //*/ DEBUG({printf("find_session returning session %d @ %X\n",i,(uint)ssn);})
112 session_t *ssn = &g_sessions[0]; local
268 session_t *ssn = &g_sessions[0]; local
327 session_t *ssn = &g_sessions[0]; local
346 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dctstate.c201 g_this_event.ssn = (session_t*) cookie;
214 g_this_event.ssn = g_topo_session;
225 g_this_event.ssn = (session_t*) cookie;
233 g_this_event.ssn = (session_t*) cookie;
234 g_this_event.ssn->ssn_InactivityTimer = NULL;
243 session_t *ssn = &g_sessions[0]; local
246 for (i=0; i < MAX_NUM_SESSIONS; ssn++, i++)
248 if ( (ssn->ssn_is_valid) && (ETHERADDR_EQUALS(&ssn->ssn_mapper_real, this_addr)) )
250 DEBUG({printf("find_session returning session %d @ %X\n",i,(uint)ssn);})
262 session_t *ssn = &g_sessions[0]; local
580 session_t *ssn = &g_sessions[0]; local
599 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dsmevent.h54 session_t *ssn; // NULL if unknown or not applicable member in struct:__anon5548
H A Denumeration.c70 if (g_this_event.ssn->ssn_state == smS_Complete)
129 printf("smE[%p%s] (Pausing): Entered with event %s", evt->ssn,
130 (evt->ssn == g_topo_session)?"-T":"", smEvent_names[evt->evtType]);
248 if (evt->ssn->ssn_state!=smS_Complete)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lltdc/src/
H A Dsessionmgr.c78 is_conflicting_ssn( session_t *ssn )
81 (ssn != g_topo_session) && /* and this is not the same session, */
82 (ssn->ssn_TypeOfSvc == ToS_TopologyDiscovery) && /* and this IS a topo-ssn Discover, */
84 !(ETHERADDR_EQUALS(&ssn->ssn_mapper_real, &g_topo_session->ssn_mapper_real)))
113 /* The first Topo ssn is the definitive one */
114 /**/ DEBUG({printf("session's ToS is %s %d\n",Lld2_tos_names[evt->ssn->ssn_TypeOfSvc],evt->ssn->ssn_TypeOfSvc);})
115 if ((evt->ssn->ssn_TypeOfSvc == ToS_TopologyDiscovery) &&
118 /**/ DEBUG({printf("noting new TOPO session @ %X\n",(uint)evt->ssn);})
261 session_t *ssn = &g_sessions[0]; local
381 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dstate.c51 g_this_event.ssn = (session_t*) cookie;
64 g_this_event.ssn = g_topo_session;
75 g_this_event.ssn = (session_t*) cookie;
83 g_this_event.ssn = (session_t*) cookie;
84 g_this_event.ssn->ssn_InactivityTimer = NULL;
93 session_t *ssn = &g_sessions[0]; local
96 for (i=0; i < MAX_NUM_SESSIONS; ssn++, i++)
98 if ( (ssn->ssn_is_valid) && (ETHERADDR_EQUALS(&ssn->ssn_mapper_real, this_addr)) )
100 //*/ DEBUG({printf("find_session returning session %d @ %X\n",i,(uint)ssn);})
112 session_t *ssn = &g_sessions[0]; local
268 session_t *ssn = &g_sessions[0]; local
327 session_t *ssn = &g_sessions[0]; local
346 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dctstate.c201 g_this_event.ssn = (session_t*) cookie;
214 g_this_event.ssn = g_topo_session;
225 g_this_event.ssn = (session_t*) cookie;
233 g_this_event.ssn = (session_t*) cookie;
234 g_this_event.ssn->ssn_InactivityTimer = NULL;
243 session_t *ssn = &g_sessions[0]; local
246 for (i=0; i < MAX_NUM_SESSIONS; ssn++, i++)
248 if ( (ssn->ssn_is_valid) && (ETHERADDR_EQUALS(&ssn->ssn_mapper_real, this_addr)) )
250 DEBUG({printf("find_session returning session %d @ %X\n",i,(uint)ssn);})
262 session_t *ssn = &g_sessions[0]; local
580 session_t *ssn = &g_sessions[0]; local
599 session_t *ssn = &g_sessions[0]; local
[all...]
H A Dsmevent.h54 session_t *ssn; // NULL if unknown or not applicable member in struct:__anon39573
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba.postrm18 update-inetd --remove netbios-ssn
22 update-inetd --disable netbios-ssn
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dssnmap.c101 map->in.ssn = (__u16 *)&map[1];
105 map->out.ssn = &map->in.ssn[in];
117 memset(map->in.ssn, 0x00, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dssnmap.c101 map->in.ssn = (__u16 *)&map[1];
105 map->out.ssn = &map->in.ssn[in];
117 memset(map->in.ssn, 0x00, size);

Completed in 407 milliseconds

1234567