A system table from the sys schema in master database. Exists in every database, contains a row for each sending endpoint of a Service Broker conversation.
CREATE TABLE master.sys.sysdesend ( handle uniqueidentifier NULL, diagid uniqueidentifier NULL, initiator tinyint NULL, sendseq bigint NULL, sendxact binary NULL) GO