Home
last modified time | relevance | path

Searched refs:dstid (Results 1 – 25 of 72) sorted by relevance

123

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-sunrpc.c165 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpc_print() local
174 strlcpy(dstid, "sunrpc", sizeof(dstid)); in sunrpc_print()
178 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT); in sunrpc_print()
186 GET_IPADDR_STRING(ip->ip_dst), dstid, length); in sunrpc_print()
192 GET_IP6ADDR_STRING(ip6->ip6_dst), dstid, length); in sunrpc_print()
195 ND_PRINT("%s.%s > %s.%s: %u", "?", srcid, "?", dstid, length); in sunrpc_print()
/dports/x11/virtualgl/virtualgl-3.0/util/
H A Dpf.c201 dstPixel[PF_##dstid##_RINDEX] = \
203 dstPixel[PF_##dstid##_GINDEX] = \
205 dstPixel[PF_##dstid##_BINDEX] = \
225 (PF_##dstid##_RSHIFT + 2); \
228 (PF_##dstid##_GSHIFT + 2); \
231 (PF_##dstid##_BSHIFT + 2); \
240 #define CONVERT_RGB(srcid, dstid) \ argument
248 min(PF_##dstid##_RINDEX, PF_##dstid##_BINDEX); \
262 #define CONVERT_BGR(srcid, dstid) \ argument
282 #define CONVERT_PF4CRGB(srcid, dstid) CONVERT_PF4I(srcid, dstid, 0, 0) argument
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/devdraw/
H A Ddevdraw.c159 if(dstid == 0){ in dstflush()
683 dstid = BGLONG(a+1); in draw_datawrite()
763 dstid = BGLONG(a+1); in draw_datawrite()
764 if(dstid == 0) in draw_datawrite()
800 dstid = BGLONG(a+1); in draw_datawrite()
828 dstid = BGLONG(a+1); in draw_datawrite()
889 dstid = BGLONG(a+1); in draw_datawrite()
890 if(dstid == 0){ in draw_datawrite()
1024 dstid = BGLONG(a+1); in draw_datawrite()
1070 dstid = BGLONG(a+1); in draw_datawrite()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/devtools/
H A Droute.c68 struct node_id dstid; in main() local
95 if (!node_id_from_hexstr(argv[3], strlen(argv[3]), &dstid)) in main()
97 dst = gossmap_find_node(map, &dstid); in main()
105 struct node_id srcid, dstid; in main() local
108 gossmap_node_get_id(map, dst, &dstid); in main()
111 type_to_string(tmpctx, struct node_id, &dstid)); in main()
H A Dtopology.c252 struct node_id dstid; in main() local
281 if (!node_id_from_hexstr(argv[3], strlen(argv[3]), &dstid)) in main()
283 dst = gossmap_find_node(map, &dstid); in main()
/dports/chinese/oicq/Net-OICQ-1.6/lib/Net/OICQ/
H A DTextConsole.pm283 my $dstid = $event->{DstId};
558 $oicq->send_msg($dstid, $text) if defined $dstid;
588 my $dstid = $self->{DstId};
592 if ($oicq->send_msg($dstid, $text)) {
647 my $dstid = $self->{DstId};
648 my $dstnick = $dstid ? $oicq->get_nickname($dstid) : "";
671 my ($self, $dstid) = @_;
672 if ($dstid =~ /^\d+$/) {
674 my $real_dstid = $self->find_friend_id($dstid);
677 $self->{DstId} = $dstid;
[all …]
/dports/net/drawterm/drawterm/kern/
H A Ddevdraw.c407 if(dstid == 0){ in dstflush()
1399 dstid = BGLONG(a+1); in drawmesg()
1474 dstid = BGLONG(a+1); in drawmesg()
1475 if(dstid == 0) in drawmesg()
1511 dstid = BGLONG(a+1); in drawmesg()
1539 dstid = BGLONG(a+1); in drawmesg()
1594 dstid = BGLONG(a+1); in drawmesg()
1595 if(dstid == 0) in drawmesg()
1648 dstid = BGLONG(a+1); in drawmesg()
1692 dstid = BGLONG(a+1); in drawmesg()
[all …]
/dports/x11-wm/durden/durden-0.6.1/durden/
H A Dshdrmgmt.lua67 local function set_uniform(dstid, name, typestr, vals, source)
75 shader_uniform(dstid, name, typestr, unpack(vals));
77 shader_uniform(dstid, name, typestr, vals);
578 local dstid, dstuni;
581 dstid = shdr.shid;
585 dstid = shdr.states[v].shid;
591 if (dstid) then
592 if (set_uniform(dstid, uname, shdr.uniforms[uname].utype,
/dports/sysutils/hfsutils/hfsutils-3.2.6/libhfs/
H A Dhfs.c1264 unsigned long srcid, dstid; in hfs_rename() local
1286 if (dstid == 0) in hfs_rename()
1293 dstid = dst.u.dir.dirDirID; in hfs_rename()
1296 found = v_catsearch(vol, dstid, dstname, 0, 0, 0); in hfs_rename()
1301 moving = (srcid != dstid); in hfs_rename()
1325 if (moving && dstid == HFS_CNID_ROOTPAR) in hfs_rename()
1354 if (dstid == HFS_CNID_ROOTPAR) in hfs_rename()
1373 r_makecatkey(&key, dstid, dstname); in hfs_rename()
1386 dst.u.dthd.thdParID = dstid; in hfs_rename()
1400 dst.u.fthd.fthdParID = dstid; in hfs_rename()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/libhfs_iso/
H A Dhfs.c1859 long srcid, dstid; local
1883 if (dstid == 0)
1893 dstid = dst.u.dir.dirDirID;
1896 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1901 moving = (srcid != dstid);
1928 if (moving && dstid == HFS_CNID_ROOTPAR)
1969 if (dstid == HFS_CNID_ROOTPAR)
1991 r_makecatkey(&key, dstid, dstname);
2005 dst.u.dthd.thdParID = dstid;
2019 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/libhfs_iso/
H A Dhfs.c1859 long srcid, dstid;
1883 if (dstid == 0)
1893 dstid = dst.u.dir.dirDirID;
1896 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1901 moving = (srcid != dstid);
1928 if (moving && dstid == HFS_CNID_ROOTPAR)
1969 if (dstid == HFS_CNID_ROOTPAR)
1991 r_makecatkey(&key, dstid, dstname);
2005 dst.u.dthd.thdParID = dstid;
2019 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/devel/smake/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/devel/schilybase/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/net/rscsi/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/archivers/star/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/editors/ved/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/devel/sccs/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/libhfs_iso/
H A Dhfs.c1926 long srcid, dstid; local
1950 if (dstid == 0)
1960 dstid = dst.u.dir.dirDirID;
1963 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1968 moving = (srcid != dstid);
1995 if (moving && dstid == HFS_CNID_ROOTPAR)
2036 if (dstid == HFS_CNID_ROOTPAR)
2058 r_makecatkey(&key, dstid, dstname);
2072 dst.u.dthd.thdParID = dstid;
2086 dst.u.fthd.fthdParID = dstid;
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkCellDataToPointData.cxx237 int const dstid = cfl.GetFieldIndex(fid); in RequestDataForUnstructuredGrid() local
239 if (srcid < 0 || dstid < 0) in RequestDataForUnstructuredGrid()
253 vtkDataArray* const dstarray = dstpointdata->GetArray(dstid); in RequestDataForUnstructuredGrid()
/dports/chinese/oicq/Net-OICQ-1.6/lib/Net/
H A DOICQ.pm868 my ($self, $dstid, $msg) = @_;
870 my $nickname = $self->get_nickname($dstid);
871 if ($dstid =~ /^20/ and $nickname eq "\xc8\xba") {
873 return $self->send_group_msg($dstid, $msg);
875 $self->log_t("Sent message to $dstid:\n", $msg) if $self->{LogChat};
876 my $dstid_ = pack('N', $dstid);
/dports/net/kamailio/kamailio-5.4.5/src/modules/mtree/
H A Dmtree.h43 unsigned int dstid; member
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-pathport.c552 guint32 dstid; in dissect_pathport_common() local
566 dstid = tvb_get_ntohl(tvb, PATHPORT_HEADER_DSTID_OFFSET); in dissect_pathport_common()
568 resolve_pp_id(dstid), resolve_pp_id(srcid)); in dissect_pathport_common()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-pathport.c552 guint32 dstid; in dissect_pathport_common() local
566 dstid = tvb_get_ntohl(tvb, PATHPORT_HEADER_DSTID_OFFSET); in dissect_pathport_common()
568 resolve_pp_id(dstid), resolve_pp_id(srcid)); in dissect_pathport_common()

123