Home
last modified time | relevance | path

Searched refs:orig_sn (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mac80211/
H A Dmesh_hwmp.c101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
389 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
409 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
449 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
450 (mpath->sn == orig_sn && in hwmp_route_info_get()
494 mpath->sn = orig_sn; in hwmp_route_info_get()
643 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
704 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/mac80211/
H A Dmesh_hwmp.c101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
389 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
409 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
449 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
450 (mpath->sn == orig_sn && in hwmp_route_info_get()
494 mpath->sn = orig_sn; in hwmp_route_info_get()
643 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
704 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mac80211/
H A Dmesh_hwmp.c101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
389 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
409 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
449 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
450 (mpath->sn == orig_sn && in hwmp_route_info_get()
494 mpath->sn = orig_sn; in hwmp_route_info_get()
643 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
704 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c742 int sn=(*psn), orig_sn=(*psn), sn2=(*psn2), orig_sn2=(*psn2); local
752 sv = (XPoint*)malloc(orig_sn*sizeof(XPoint));
754 memset(sv, 0, orig_sn*sizeof(XPoint));
755 for (i=0; i < orig_sn; i++) {
759 sn = orig_sn;
819 XDrawLines(mainDisplay, drawWindow, drawGC, orig_sv, orig_sn,
892 XDrawLines(mainDisplay, drawWindow, drawGC, orig_sv, orig_sn,
H A Dpoly.c919 int sn=(*psn), orig_sn=(*psn), num_pts=1, first_time=TRUE; local
928 sv = (XPoint*)malloc(orig_sn*sizeof(XPoint));
930 memset(sv, 0, orig_sn*sizeof(XPoint));
931 for (i=0; i < orig_sn; i++) {
935 sn = orig_sn;
983 MyDrawLines(mainDisplay, drawWindow, drawGC, orig_sv, orig_sn);
1024 MyDrawLines(mainDisplay, drawWindow, drawGC, orig_sv, orig_sn);